summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-08 16:32:41 +0100
committerJonathan Bauer2018-11-08 16:32:41 +0100
commit00ebab5dab18f8d96e70c37d972ffaa501b3ba07 (patch)
tree4eae7133b0b9455d6dcb368f268de7e8daa5f1b2
parentubuntu: preseed: do not create swapfile (diff)
downloadpacker-templates-00ebab5dab18f8d96e70c37d972ffaa501b3ba07.tar.gz
packer-templates-00ebab5dab18f8d96e70c37d972ffaa501b3ba07.tar.xz
packer-templates-00ebab5dab18f8d96e70c37d972ffaa501b3ba07.zip
do not install multiple language packs
-rw-r--r--http/ubuntu/preseed.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/http/ubuntu/preseed.cfg b/http/ubuntu/preseed.cfg
index 7610c21..7c5fdf1 100644
--- a/http/ubuntu/preseed.cfg
+++ b/http/ubuntu/preseed.cfg
@@ -41,7 +41,6 @@ d-i user-setup/allow-password-weak boolean true
## install base packages ##
d-i pkgsel/include string curl openssh-server ansible
-d-i pkgsel/language-packs multiselect de, en
d-i preseed/early_command string \
mkdir -p /usr/lib/post-base-installer.d && \
echo "sed -i -e 's/^in-target.*tasksel.*/#\\0/' /var/lib/dpkg/info/pkgsel.postinst" > /usr/lib/post-base-installer.d/90skip-tasksel && \