From 44739f7a076cf8339362a7b59108ef0ce4e71b72 Mon Sep 17 00:00:00 2001 From: unman Date: Fri, 12 Jul 2024 15:14:17 +0000 Subject: [PATCH] Remove note on unsupported Debian version 10. Add note for Debian 12 to hold salt packages --- user/templates/debian/debian.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/user/templates/debian/debian.md b/user/templates/debian/debian.md index 32ef26fb..9fa94cdf 100644 --- a/user/templates/debian/debian.md +++ b/user/templates/debian/debian.md @@ -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. -### 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 -``` - -Debian 10 (buster) - stable: - -``` -[user@dom0 ~]$ sudo qubes-dom0-update --enablerepo=qubes-templates-itl qubes-template-debian-10 +sudo apt-mark hold salt-common salt-ssh +sudo apt update +sudo apt upgrade ``` +This is a [known bug](https://github.com/QubesOS/qubes-issues/issues/9129) in Salt which affects version 3006-5. ### Starting services