diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-01-11 05:32:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-17 12:11:17 +0000 |
commit | eabc89335e1d168a677f6e2142a324a739dbfdc9 (patch) | |
tree | bff1a3461efa767e215e0feee971647088aadcfa | |
parent | Adding support for Debian 10 (buster) in debconf container create script. (diff) | |
download | compute-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 '')
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 2 |
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 ;; |