From e473c6161dfc721ddf6c5f0947595e210bd52bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 28 Apr 2023 17:53:09 +0200 Subject: [PATCH] R4.1: add debian-12 template QubesOS/qubes-issues#7134 --- R4.1/qubes-os-r4.1-templates-itl.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/R4.1/qubes-os-r4.1-templates-itl.conf b/R4.1/qubes-os-r4.1-templates-itl.conf index 35086c5..e0f01f8 100644 --- a/R4.1/qubes-os-r4.1-templates-itl.conf +++ b/R4.1/qubes-os-r4.1-templates-itl.conf @@ -23,6 +23,7 @@ DISTS_FEDORA = \ DISTS_DEBIAN = \ buster buster+minimal \ bullseye bullseye+minimal \ + bookworm bookworm+minimal \ $(null) DISTS_VM ?= $(DISTS_FEDORA) \ @@ -77,6 +78,9 @@ TEMPLATE_LABEL += buster+minimal+no-recommends:debian-10-minimal TEMPLATE_LABEL += bullseye:debian-11 TEMPLATE_LABEL += bullseye+standard+firmware:debian-11 TEMPLATE_LABEL += bullseye+minimal+no-recommends:debian-11-minimal +TEMPLATE_LABEL += bookworm:debian-12 +TEMPLATE_LABEL += bookworm+standard+firmware:debian-12 +TEMPLATE_LABEL += bookworm+minimal+no-recommends:debian-12-minimal TEMPLATE_ALIAS ?= @@ -86,6 +90,9 @@ TEMPLATE_ALIAS += buster+minimal:buster+minimal+no-recommends TEMPLATE_ALIAS += bullseye:bullseye+standard+firmware TEMPLATE_ALIAS += bullseye+gnome:bullseye+gnome+standard+firmware TEMPLATE_ALIAS += bullseye+minimal:bullseye+minimal+no-recommends +TEMPLATE_ALIAS += bookworm:bookworm+standard+firmware +TEMPLATE_ALIAS += bookworm+gnome:bookworm+gnome+standard+firmware +TEMPLATE_ALIAS += bookworm+minimal:bookworm+minimal+no-recommends TEMPLATE_FLAVOR_DIR := TEMPLATE_FLAVOR_DIR += +gnome:$$SCRIPTSDIR/gnome @@ -126,6 +133,10 @@ BUILDER_TEMPLATE_CONF += bullseye:$(TEMPLATE_DEBIAN_CONF) BUILDER_TEMPLATE_CONF += bullseye+standard+firmware:$(TEMPLATE_DEBIAN_CONF) BUILDER_TEMPLATE_CONF += bullseye+gnome+standard:$(TEMPLATE_DEBIAN_CONF) BUILDER_TEMPLATE_CONF += bullseye+minimal+no-recommends:$(TEMPLATE_DEBIAN_CONF) +BUILDER_TEMPLATE_CONF += bookworm:$(TEMPLATE_DEBIAN_CONF) +BUILDER_TEMPLATE_CONF += bookworm+standard+firmware:$(TEMPLATE_DEBIAN_CONF) +BUILDER_TEMPLATE_CONF += bookworm+gnome+standard:$(TEMPLATE_DEBIAN_CONF) +BUILDER_TEMPLATE_CONF += bookworm+minimal+no-recommends:$(TEMPLATE_DEBIAN_CONF) about:: @echo "qubes-os-r4.1-templates-itl.conf"