blob: 5348e8ce89a96ac4074046650cab607d46b08c96 [file] [log] [blame]
Filip Pytlounac2be792016-01-08 12:09:49 +01001d-i mirror/country string manual
2d-i mirror/http/hostname string ftp.cz.debian.org
3d-i mirror/http/directory string /debian
4d-i mirror/http/proxy string
5
6d-i debian-installer/framebuffer boolean false
7d-i debconf/frontend select noninteractive
8d-i base-installer/kernel/override-image string linux-server
9d-i clock-setup/utc boolean true
10d-i clock-setup/utc-auto boolean true
11d-i finish-install/reboot_in_progress note
12d-i grub-installer/only_debian boolean true
13d-i grub-installer/with_other_os boolean true
14d-i netcfg/get_domain string unassigned-domain
15d-i netcfg/get_hostname string unassigned-hostname
16
17d-i partman-auto/disk string /dev/sda /dev/vda
18d-i partman-auto/method string regular
19d-i partman/choose_partition select finish
20d-i partman/confirm boolean true
21d-i partman/confirm_nooverwrite boolean true
22d-i partman/confirm_write_new_label boolean true
23d-i partman-basicfilesystems/no_swap boolean false
24d-i partman-auto/choose_recipe select boot-root
25
26d-i partman-auto/expert_recipe string \
27 boot-root :: \
28 512 512 -1 ext4 \
29 $primary{ } $bootable{ } \
30 method{ format } format{ } \
31 use_filesystem{ } filesystem{ ext4 } \
32 mountpoint{ / } \
33 options/noatime{ noatime } \
34 . \
35
36d-i pkgsel/include string openssh-server
37d-i pkgsel/install-language-support boolean false
38d-i pkgsel/update-policy select unattended-upgrades
39popularity-contest popularity-contest/participate boolean false
40
41d-i pkgsel/upgrade select none
42
43d-i time/zone string UTC
44d-i passwd/root-login boolean true
45d-i passwd/make-user boolean false
46d-i openssh-server/permit-root-login boolean true
47d-i user-setup/allow-password-weak boolean true
48d-i user-setup/encrypt-home boolean false
49tasksel tasksel/first multiselect minimal, ssh-server, openssh-server
50
51d-i preseed/late_command string \
52 in-target sed -i 's/PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config