diff options
Diffstat (limited to 'packer/httpdir')
-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 |