jan kaufman | a519d7b | 2015-03-04 00:51:47 +0100 | [diff] [blame] | 1 | choose-mirror-bin mirror/http/proxy string |
| 2 | d-i debian-installer/framebuffer boolean false |
| 3 | d-i debconf/frontend select noninteractive |
| 4 | d-i base-installer/kernel/override-image string linux-server |
| 5 | d-i clock-setup/utc boolean true |
| 6 | d-i clock-setup/utc-auto boolean true |
| 7 | d-i finish-install/reboot_in_progress note |
| 8 | d-i grub-installer/only_debian boolean true |
| 9 | d-i grub-installer/with_other_os boolean true |
| 10 | d-i netcfg/get_domain string unassigned-domain |
| 11 | d-i netcfg/get_hostname string unassigned-hostname |
| 12 | d-i partman-auto/method string regular |
| 13 | d-i partman/choose_partition select finish |
| 14 | d-i partman/confirm boolean true |
| 15 | d-i partman/confirm_nooverwrite boolean true |
| 16 | d-i partman/confirm_write_new_label boolean true |
| 17 | |
| 18 | d-i pkgsel/include string openssh-server |
| 19 | d-i pkgsel/install-language-support boolean false |
| 20 | d-i pkgsel/update-policy select unattended-upgrades |
| 21 | popularity-contest popularity-contest/participate boolean false |
| 22 | |
| 23 | d-i pkgsel/upgrade select none |
| 24 | |
| 25 | d-i time/zone string UTC |
| 26 | d-i user-setup/allow-password-weak boolean true |
| 27 | d-i user-setup/encrypt-home boolean false |
| 28 | tasksel tasksel/first multiselect minimal, ssh-server, openssh-server |