diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-01-11 05:31:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-17 12:11:17 +0000 |
commit | c8b750ea31f2693a79c1a469095f2611b1c33df0 (patch) | |
tree | f793871d01e2849bafd90cd34f0a94933245fdb4 /share/scripts/debconf | |
parent | Adding comment about enabling user namespace in procps configuration. (diff) | |
download | compute-tools-c8b750ea31f2693a79c1a469095f2611b1c33df0.tar.xz compute-tools-c8b750ea31f2693a79c1a469095f2611b1c33df0.zip |
Adding support for Debian 10 (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 62d5688..eebdc1d 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -54,7 +54,7 @@ Distribution () then case "${MODE}" in debian) - db_subst cnt-debconf/distribution CHOICES "Debian GNU/Linux 9 \"stretch\", Debian GNU/Linux testing/buster, Debian GNU/Linux unstable/sid" + 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 |