summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-12 18:54:39 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-12 19:11:24 +0000
commit94fdc22c2838f5a988ef0739504869e12a5787aa (patch)
tree766327746c8cabfdd8cd5c4f54b10d79b3c9dac0
parentRemoving explicit protocol for IP adresses in container list command. (diff)
downloadcompute-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>
-rwxr-xr-xshare/scripts/debconf3
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