github.com/hashicorp/packer@v1.14.3/examples/hcl/linux/etc/http/preseed.cfg (about) 1 choose-mirror-bin mirror/http/proxy string 2 d-i base-installer/kernel/override-image string linux-server 3 d-i clock-setup/utc boolean true 4 d-i clock-setup/utc-auto boolean true 5 d-i finish-install/reboot_in_progress note 6 d-i grub-installer/only_debian boolean true 7 d-i grub-installer/with_other_os boolean true 8 d-i mirror/country string manual 9 d-i mirror/http/directory string /ubuntu/ 10 d-i mirror/http/hostname string archive.ubuntu.com 11 d-i mirror/http/proxy string 12 d-i partman-auto-lvm/guided_size string max 13 d-i partman-auto/choose_recipe select atomic 14 d-i partman-auto/method string lvm 15 d-i partman-lvm/confirm boolean true 16 d-i partman-lvm/confirm boolean true 17 d-i partman-lvm/confirm_nooverwrite boolean true 18 d-i partman-lvm/device_remove_lvm boolean true 19 d-i partman/choose_partition select finish 20 d-i partman/confirm boolean true 21 d-i partman/confirm_nooverwrite boolean true 22 d-i partman/confirm_write_new_label boolean true 23 d-i passwd/user-fullname string vagrant 24 d-i passwd/user-uid string 1000 25 d-i passwd/user-password password vagrant 26 d-i passwd/user-password-again password vagrant 27 d-i passwd/username string vagrant 28 d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common linux-headers-$(uname -r) perl cifs-utils software-properties-common rsync ifupdown 29 d-i pkgsel/install-language-support boolean false 30 d-i pkgsel/update-policy select none 31 d-i pkgsel/upgrade select full-upgrade 32 d-i time/zone string UTC 33 d-i user-setup/allow-password-weak boolean true 34 d-i user-setup/encrypt-home boolean false 35 tasksel tasksel/first multiselect standard, server