| Mike Marchetti | 1b64bd4 | 2018-06-13 09:21:40 -0400 | [diff] [blame] | 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 partman-auto/disk string /dev/sda |
| 9 | d-i partman-auto-lvm/guided_size string max |
| 10 | d-i partman-auto/choose_recipe select atomic |
| 11 | d-i partman-auto/method string lvm |
| 12 | d-i partman-lvm/confirm boolean true |
| 13 | d-i partman-lvm/confirm boolean true |
| 14 | d-i partman-lvm/confirm_nooverwrite boolean true |
| 15 | d-i partman-lvm/device_remove_lvm boolean true |
| 16 | d-i partman/choose_partition select finish |
| 17 | d-i partman/confirm boolean true |
| 18 | d-i partman/confirm_nooverwrite boolean true |
| 19 | d-i partman/confirm_write_new_label boolean true |
| 20 | d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common |
| 21 | d-i pkgsel/install-language-support boolean false |
| 22 | d-i pkgsel/update-policy select none |
| 23 | d-i pkgsel/upgrade select full-upgrade |
| 24 | d-i time/zone string UTC |
| 25 | tasksel tasksel/first multiselect standard, ubuntu-server |
| 26 | |
| 27 | d-i console-setup/ask_detect boolean false |
| 28 | d-i keyboard-configuration/layoutcode string us |
| 29 | d-i keyboard-configuration/modelcode string pc105 |
| 30 | d-i debian-installer/locale string en_US |
| 31 | |
| 32 | # Create vagrant user account. |
| 33 | d-i passwd/user-fullname string vagrant |
| 34 | d-i passwd/username string vagrant |
| 35 | d-i passwd/user-password password vagrant |
| 36 | d-i passwd/user-password-again password vagrant |
| 37 | d-i user-setup/allow-password-weak boolean true |
| 38 | d-i user-setup/encrypt-home boolean false |
| 39 | d-i passwd/user-default-groups vagrant sudo |
| 40 | d-i passwd/user-uid string 900 |