diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-23 18:00:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-25 10:21:13 +0000 |
commit | 29d7bae2a1a4b77eed962b250f9e5b1cbeabdde6 (patch) | |
tree | 3b734e6baa59c7d63d52cf302fde4a8fcc3b575a /share | |
parent | Renaming too generic internal getopt variables to avoid possible collisions i... (diff) | |
download | compute-tools-29d7bae2a1a4b77eed962b250f9e5b1cbeabdde6.tar.xz compute-tools-29d7bae2a1a4b77eed962b250f9e5b1cbeabdde6.zip |
Minimizing included packages by default in debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 8abcb17..cde66cb 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -244,17 +244,6 @@ Debootstrap () INCLUDE="${INCLUDE},apt-transport-https,ca-certificates" fi - # FIXME: trim down, debootstrap variants? - case "${MODE}" in - debian) - INCLUDE="${INCLUDE},locales,dialog,isc-dhcp-client,netbase,net-tools,iproute,wget" - ;; - - progress-linux) - INCLUDE="${INCLUDE},apt-utils,locales-all,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget" - ;; - esac - mkdir -p "$(dirname ${DIRECTORY})" debootstrap --verbose --arch=${ARCHITECTURE} --components=${PARENT_ARCHIVE_AREAS} --include=${INCLUDE} \ ${PARENT_DISTRIBUTION} "${DIRECTORY}" ${PARENT_MIRROR} |