diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-06 08:42:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-12 07:47:18 +0000 |
commit | bc256046f8b6303be2fcde78afa577c51b907199 (patch) | |
tree | 8d9e6dceb260d07c8043965a0e49637feafdd4dc /share/scripts/debconf.d/0003-debconf | |
parent | Releasing version 20161105. (diff) | |
download | compute-tools-bc256046f8b6303be2fcde78afa577c51b907199.tar.xz compute-tools-bc256046f8b6303be2fcde78afa577c51b907199.zip |
Removing support for Debian 8 (jessie) 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index c0944fa..77dc030 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -32,8 +32,8 @@ Distribution () then case "${MODE}" in debian) - db_subst cnt-debconf/distribution CHOICES "Debian GNU/Linux 8 \"jessie\", Debian GNU/Linux 9 \"stretch\", Debian GNU/Linux unstable/sid" - db_subst cnt-debconf/distribution CHOICES_C "jessie, stretch, sid" + db_subst cnt-debconf/distribution CHOICES "Debian GNU/Linux 9 \"stretch\", Debian GNU/Linux unstable/sid" + db_subst cnt-debconf/distribution CHOICES_C "stretch, sid" db_set cnt-debconf/distribution stretch db_fset cnt-debconf/distribution seen false |