From 4d1982ca8098858f132b6506a53f8d4935b6786c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 20 Oct 2020 07:05:13 +0200 Subject: Adding support for Debian 11 (bullseye) to debconf container create script. Signed-off-by: Daniel Baumann --- share/scripts/debconf.d/0003-debconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/scripts/debconf.d/0003-debconf') diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index c5925f2..382e8e2 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -53,10 +53,10 @@ Distribution () then case "${MODE}" in debian) - db_subst container/distribution CHOICES "Debian GNU/Linux 9 \"stretch\", Debian GNU/Linux 10 \"buster\", Debian GNU/Linux testing/bullseye, Debian GNU/Linux unstable/sid" + db_subst container/distribution CHOICES "Debian GNU/Linux 9 \"stretch\", Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux unstable/sid" db_subst container/distribution CHOICES_C "stretch, buster, bullseye, sid" - db_set container/distribution buster + db_set container/distribution bullseye db_fset container/distribution seen false ;; -- cgit v1.2.3