summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-22 13:12:31 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 13:16:09 +0000
commit3aeef6d85b5b27aa80154471ed3c65d53c362626 (patch)
tree828e73b2eea6c8f7b67444316c5e996890fdef6f
parentHarmonizing manpage markup. (diff)
downloadcompute-tools-3aeef6d85b5b27aa80154471ed3c65d53c362626.tar.xz
compute-tools-3aeef6d85b5b27aa80154471ed3c65d53c362626.zip
Removing libui-dialog-perl from includes in debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/debconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf
index 0753b8f..901a1cb 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -238,11 +238,11 @@ Debootstrap ()
# FIXME: trim down, debootstrap variants?
case "${MODE}" in
debian)
- INCLUDE="${INCLUDE},ifupdown,locales,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,wget"
+ INCLUDE="${INCLUDE},ifupdown,locales,dialog,isc-dhcp-client,netbase,net-tools,iproute,wget"
;;
progress-linux)
- INCLUDE="${INCLUDE},apt-utils,ifupdown,locales-all,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget"
+ INCLUDE="${INCLUDE},apt-utils,ifupdown,locales-all,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget"
;;
esac