summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-01-11 05:33:33 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-01-11 05:33:33 +0000
commitc49ddee8c2926dede5f91fd49ae8e9267e791bfa (patch)
tree4d5fcfd8a3b4e8f28115ba0935184c7b7610c072
parentSetting default debian distribution to buster in debconf container create scr... (diff)
downloadcompute-tools-c49ddee8c2926dede5f91fd49ae8e9267e791bfa.tar.xz
compute-tools-c49ddee8c2926dede5f91fd49ae8e9267e791bfa.zip
Adding support for Debian testing/bullseye in debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/debconf.d/0003-debconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf
index 92f501b..5e0092e 100755
--- a/share/scripts/debconf.d/0003-debconf
+++ b/share/scripts/debconf.d/0003-debconf
@@ -54,8 +54,8 @@ Distribution ()
then
case "${MODE}" in
debian)
- db_subst cnt-debconf/distribution CHOICES "Debian GNU/Linux 9 \"stretch\", Debian GNU/Linux 10 \"buster\", Debian GNU/Linux unstable/sid"
- db_subst cnt-debconf/distribution CHOICES_C "stretch, buster, sid"
+ db_subst cnt-debconf/distribution CHOICES "Debian GNU/Linux 9 \"stretch\", Debian GNU/Linux 10 \"buster\", Debian GNU/Linux testing/bullseye, Debian GNU/Linux unstable/sid"
+ db_subst cnt-debconf/distribution CHOICES_C "stretch, buster, bullseye, sid"
db_set cnt-debconf/distribution buster
db_fset cnt-debconf/distribution seen false