Remove note on unsupported Debian version 10.

Add note for Debian 12 to hold salt packages
This commit is contained in:
unman 2024-07-12 15:14:17 +00:00
parent c43ea4134a
commit 44739f7a07
No known key found for this signature in database
GPG Key ID: BB52274595B71262

View File

@ -58,19 +58,17 @@ There are two ways to upgrade your template to a new Debian release:
This section contains notes about specific Debian releases. This section contains notes about specific Debian releases.
### Debian 10 ### Debian 12
Debian 10 (buster) - minimal: If you want to use a Debian 12 template for salting Qubes, you **must** stop the salt-common and salt-ssh packages from being upgraded.
Do this by marking these packages on hold *before* updating the template.
``` ```
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-itl qubes-template-debian-10-minimal sudo apt-mark hold salt-common salt-ssh
``` sudo apt update
sudo apt upgrade
Debian 10 (buster) - stable:
```
[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-itl qubes-template-debian-10
``` ```
This is a [known bug](https://github.com/QubesOS/qubes-issues/issues/9129) in Salt which affects version 3006-5.
### Starting services ### Starting services