diff options
Diffstat (limited to 'share/build-scripts/debconf.d/0003-debconf')
-rwxr-xr-x | share/build-scripts/debconf.d/0003-debconf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf index b5b252b..dd2a7c7 100755 --- a/share/build-scripts/debconf.d/0003-debconf +++ b/share/build-scripts/debconf.d/0003-debconf @@ -86,8 +86,8 @@ Distribution () then case "${MODE}" in debian) - db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid" - db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, testing, sid" + db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux 13 \"trixie\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid" + db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, trixie, testing, sid" db_set container/distribution bookworm db_fset container/distribution seen false @@ -523,7 +523,7 @@ Archive_areas () ARCHIVE_AREAS="${RET}" case "${PARENT_DISTRIBUTION}" in - bookworm|testing|sid) + bookworm|trixie|testing|sid) ARCHIVE_AREAS_ALL="main, contrib, non-free, non-free-firmware" ;; @@ -583,7 +583,7 @@ Parent_archive_areas () PARENT_ARCHIVE_AREAS="${RET}" # multiselect (w/o empty) case "${PARENT_DISTRIBUTION}" in - bookworm|testing|sid) + bookworm|trixie|testing|sid) PARENT_ARCHIVE_AREAS_ALL="main, contrib, non-free, non-free-firmware" ;; |