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-12-11 13:16:09 +0000
commitbd5266d7f5dcf5a7364a03022eddb09f145e89ed (patch)
tree1eb37d9b1ffe9cc16e334b11cb4f4a71c263b772
parentRemoving libui-dialog-perl from includes in debconf container create script. (diff)
downloadcompute-tools-bd5266d7f5dcf5a7364a03022eddb09f145e89ed.tar.xz
compute-tools-bd5266d7f5dcf5a7364a03022eddb09f145e89ed.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 901a1cb..69282ba 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -235,17 +235,6 @@ Debootstrap ()
INCLUDE="${INCLUDE},apt-transport-https,ca-certificates"
fi
- # FIXME: trim down, debootstrap variants?
- case "${MODE}" in
- debian)
- INCLUDE="${INCLUDE},ifupdown,locales,dialog,isc-dhcp-client,netbase,net-tools,iproute,wget"
- ;;
-
- progress-linux)
- INCLUDE="${INCLUDE},apt-utils,ifupdown,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}