diff options
author | Jonathan Bauer | 2018-11-08 16:32:41 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-11-08 16:32:41 +0100 |
commit | 00ebab5dab18f8d96e70c37d972ffaa501b3ba07 (patch) | |
tree | 4eae7133b0b9455d6dcb368f268de7e8daa5f1b2 /http | |
parent | ubuntu: preseed: do not create swapfile (diff) | |
download | packer-templates-00ebab5dab18f8d96e70c37d972ffaa501b3ba07.tar.gz packer-templates-00ebab5dab18f8d96e70c37d972ffaa501b3ba07.tar.xz packer-templates-00ebab5dab18f8d96e70c37d972ffaa501b3ba07.zip |
do not install multiple language packs
Diffstat (limited to 'http')
-rw-r--r-- | http/ubuntu/preseed.cfg | 1 |
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 && \ |