Filip Pytloun | 3983236 | 2015-06-25 18:05:47 +0200 | [diff] [blame] | 1 | d-i apt-setup/use_mirror boolean false |
Filip Pytloun | 97b37c0 | 2015-07-13 14:10:40 +0200 | [diff] [blame^] | 2 | d-i apt-setup/local0/repository string [arch=amd64] http://apt.tcpcloud.eu/nightly trusty main security extra tcp |
| 3 | d-i apt-setup/local0/key string http://apt.tcpcloud.eu/public.gpg |
Filip Pytloun | 3983236 | 2015-06-25 18:05:47 +0200 | [diff] [blame] | 4 | |
jan kaufman | a519d7b | 2015-03-04 00:51:47 +0100 | [diff] [blame] | 5 | d-i debian-installer/framebuffer boolean false |
| 6 | d-i debconf/frontend select noninteractive |
| 7 | d-i base-installer/kernel/override-image string linux-server |
| 8 | d-i clock-setup/utc boolean true |
| 9 | d-i clock-setup/utc-auto boolean true |
| 10 | d-i finish-install/reboot_in_progress note |
| 11 | d-i grub-installer/only_debian boolean true |
| 12 | d-i grub-installer/with_other_os boolean true |
| 13 | d-i netcfg/get_domain string unassigned-domain |
| 14 | d-i netcfg/get_hostname string unassigned-hostname |
| 15 | d-i partman-auto/method string regular |
| 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 | |
| 21 | d-i pkgsel/include string openssh-server |
| 22 | d-i pkgsel/install-language-support boolean false |
| 23 | d-i pkgsel/update-policy select unattended-upgrades |
| 24 | popularity-contest popularity-contest/participate boolean false |
| 25 | |
| 26 | d-i pkgsel/upgrade select none |
| 27 | |
| 28 | d-i time/zone string UTC |
jan kaufman | a519d7b | 2015-03-04 00:51:47 +0100 | [diff] [blame] | 29 | d-i user-setup/allow-password-weak boolean true |
| 30 | d-i user-setup/encrypt-home boolean false |
| 31 | tasksel tasksel/first multiselect minimal, ssh-server, openssh-server |