diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-09-30 14:18:42 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-09-30 14:18:42 +0200 |
commit | ca10ec28ff901985f5d9e8d84540a26f576b83b3 (patch) | |
tree | 89ff2447f0925657d3da36c5b53e31bc3a392a50 /packer/httpdir/preseed.cfg | |
parent | 7d2f6ee8eb56b6b537c8bf628ef843a4fe89dfb8 (diff) |
Add local basebuild variant for testing
Run with:
packer build -var-file=vars/cloud-env.json -var-file=vars/ubuntu-16.04.json templates/basebuild-local-kvm.json
Change-Id: I15ed4eb3c7f74c7d11095ffe8a543b0b7ba4c7f8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/httpdir/preseed.cfg')
-rw-r--r-- | packer/httpdir/preseed.cfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packer/httpdir/preseed.cfg b/packer/httpdir/preseed.cfg new file mode 100644 index 00000000..0674f458 --- /dev/null +++ b/packer/httpdir/preseed.cfg @@ -0,0 +1,24 @@ +choose-mirror-bin mirror/http/proxy string +d-i debian-installer/framebuffer boolean false +d-i debconf/frontend select noninteractive +d-i base-installer/kernel/override-image string linux-server +d-i clock-setup/utc boolean true +d-i clock-setup/utc-auto boolean true +d-i finish-install/reboot_in_progress note +d-i grub-installer/only_debian boolean true +d-i grub-installer/with_other_os boolean true +d-i netcfg/get_domain string unassigned-domain +d-i netcfg/get_hostname string unassigned-hostname +d-i partman-auto/method string regular +d-i partman/choose_partition select finish +d-i partman/confirm boolean true +d-i partman/confirm_nooverwrite boolean true +d-i partman/confirm_write_new_label boolean true +d-i pkgsel/include string openssh-server +d-i pkgsel/install-language-support boolean false +d-i pkgsel/update-policy select unattended-upgrades +d-i pkgsel/upgrade select none +d-i time/zone string CET +d-i user-setup/allow-password-weak boolean true +d-i user-setup/encrypt-home boolean false +tasksel tasksel/first multiselect standard, ubuntu-server |