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-11-22 14:30:21 +0000 |
commit | 5945234365b201c2f4305c4e709e1161e48fee9f (patch) | |
tree | bb02338911d17de16ab20d23f56d2e808efd0eda /share/scripts | |
parent | Adding sha512 verification to curl container create script. (diff) | |
download | compute-tools-5945234365b201c2f4305c4e709e1161e48fee9f.tar.xz compute-tools-5945234365b201c2f4305c4e709e1161e48fee9f.zip |
Removing libui-dialog-perl from includes in debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-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 75cbfb0..1cb49b0 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -247,11 +247,11 @@ Debootstrap () # FIXME: trim down, debootstrap variants? case "${MODE}" in debian) - INCLUDE="${INCLUDE},locales,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,wget" + INCLUDE="${INCLUDE},locales,dialog,isc-dhcp-client,netbase,net-tools,iproute,wget" ;; progress-linux) - INCLUDE="${INCLUDE},apt-utils,locales-all,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget" + INCLUDE="${INCLUDE},apt-utils,locales-all,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget" ;; esac |