Skip to content

Commit

Permalink
R4.1: add debian-12 template
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Apr 28, 2023
1 parent b6d8c49 commit e473c61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions R4.1/qubes-os-r4.1-templates-itl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ DISTS_FEDORA = \
DISTS_DEBIAN = \
buster buster+minimal \
bullseye bullseye+minimal \
bookworm bookworm+minimal \
$(null)

DISTS_VM ?= $(DISTS_FEDORA) \
Expand Down Expand Up @@ -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 ?=

Expand All @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e473c61

Please sign in to comment.