From eabc89335e1d168a677f6e2142a324a739dbfdc9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 11 Jan 2019 06:32:41 +0100 Subject: Setting default debian distribution to buster in debconf container create script. Signed-off-by: Daniel Baumann --- share/scripts/debconf.d/0003-debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index eebdc1d..92f501b 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -57,7 +57,7 @@ Distribution () 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_set cnt-debconf/distribution stretch + db_set cnt-debconf/distribution buster db_fset cnt-debconf/distribution seen false ;; -- cgit v1.2.3