summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-23 18:00:06 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-25 10:21:13 +0000
commit29d7bae2a1a4b77eed962b250f9e5b1cbeabdde6 (patch)
tree3b734e6baa59c7d63d52cf302fde4a8fcc3b575a
parentRenaming too generic internal getopt variables to avoid possible collisions i... (diff)
downloadcompute-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>
-rwxr-xr-xshare/scripts/debconf11
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}