summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-01-11 05:32:41 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-17 12:11:17 +0000
commiteabc89335e1d168a677f6e2142a324a739dbfdc9 (patch)
treebff1a3461efa767e215e0feee971647088aadcfa /share
parentAdding support for Debian 10 (buster) in debconf container create script. (diff)
downloadcompute-tools-eabc89335e1d168a677f6e2142a324a739dbfdc9.tar.xz
compute-tools-eabc89335e1d168a677f6e2142a324a739dbfdc9.zip
Setting default debian distribution to buster in debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rwxr-xr-xshare/scripts/debconf.d/0003-debconf2
1 files changed, 1 insertions, 1 deletions
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
;;