diff options
author | Jonathan Bauer | 2019-07-18 12:31:24 +0200 |
---|---|---|
committer | Jonathan Bauer | 2019-07-18 12:31:24 +0200 |
commit | 524beff3cce164936d10c77f7acc01bae396df70 (patch) | |
tree | 2ed30a50d556d9904eb31c22d639647b9444f47f /http | |
parent | [ubuntu] set timezone to Europe/Berlin by default (diff) | |
download | packer-templates-524beff3cce164936d10c77f7acc01bae396df70.tar.gz packer-templates-524beff3cce164936d10c77f7acc01bae396df70.tar.xz packer-templates-524beff3cce164936d10c77f7acc01bae396df70.zip |
[ubuntu] de.archive.ubuntu.com as default mirror
Diffstat (limited to 'http')
-rw-r--r-- | http/ubuntu/preseed.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/http/ubuntu/preseed.cfg b/http/ubuntu/preseed.cfg index a92d0dc..808e626 100644 --- a/http/ubuntu/preseed.cfg +++ b/http/ubuntu/preseed.cfg @@ -2,7 +2,11 @@ d-i debian-installer/locale string en_US d-i time/zone string Europe/Berlin d-i keyboard-configuration/xkb-keymap select de -d-i mirror/country string de +d-i mirror/country string manual +d-i mirror/http/hostname string de.archive.ubuntu.com +d-i mirror/http/directory string /ubuntu +d-i mirror/http/proxy string +d-i mirror/http/mirror select de.archive.ubuntu.com d-i partman-basicfilesystems/choose_label string gpt d-i partman-basicfilesystems/default_label string gpt |