diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-12 18:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-12 19:11:24 +0000 |
commit | 94fdc22c2838f5a988ef0739504869e12a5787aa (patch) | |
tree | 766327746c8cabfdd8cd5c4f54b10d79b3c9dac0 /share/scripts/debconf | |
parent | Removing explicit protocol for IP adresses in container list command. (diff) | |
download | compute-tools-94fdc22c2838f5a988ef0739504869e12a5787aa.tar.xz compute-tools-94fdc22c2838f5a988ef0739504869e12a5787aa.zip |
Including gnupg explicitly in debconf container create command, thanks to Nik Lutz <nik@netstyle.ch>.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 46f0381..1aeaf67 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -240,6 +240,9 @@ Debootstrap () EXCLUDE="ifupdown" INCLUDE="dbus" + # apt repositories + INCLUDE="${INCLUDE} gnupg" + if ( echo "${MIRROR}" | grep -qs '^https' ) || \ ( echo "${PARENT_MIRROR}" | grep -qs '^https' ) then |