diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-22 15:09:21 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-11 12:27:10 +0000 |
commit | 5557e970bdf2ae2b32e549b945bc336d180d17c2 (patch) | |
tree | 32e40bb0c9e46456b24da4a0a401d10d2644e0b2 /share/scripts/debconf | |
parent | Adding upstream version 20161112. (diff) | |
download | open-infrastructure-compute-tools-5557e970bdf2ae2b32e549b945bc336d180d17c2.tar.xz open-infrastructure-compute-tools-5557e970bdf2ae2b32e549b945bc336d180d17c2.zip |
Adding upstream version 20161122.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/scripts/debconf')
-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 |