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-01-11 05:31:48 +0000 |
commit | 0783d7ddfaeca75eeeb2a4d5c64b2f02727508f2 (patch) | |
tree | f793871d01e2849bafd90cd34f0a94933245fdb4 | |
parent | Adding comment about enabling user namespace in procps configuration. (diff) | |
download | compute-tools-0783d7ddfaeca75eeeb2a4d5c64b2f02727508f2.tar.xz compute-tools-0783d7ddfaeca75eeeb2a4d5c64b2f02727508f2.zip |
Adding support for Debian 10 (buster) in debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-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 |