diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-22 13:12:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 13:16:09 +0000 |
commit | 3aeef6d85b5b27aa80154471ed3c65d53c362626 (patch) | |
tree | 828e73b2eea6c8f7b67444316c5e996890fdef6f | |
parent | Harmonizing manpage markup. (diff) | |
download | compute-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-x | share/scripts/debconf | 4 |
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 |