blob: c0863a228b680c315421b48dd1e75334d042d24f [file] [log] [blame]
jan kaufman757e3322015-03-11 11:30:59 +01001choose-mirror-bin mirror/http/proxy string
2d-i debian-installer/framebuffer boolean false
3d-i debconf/frontend select noninteractive
4d-i base-installer/kernel/override-image string linux-server
5d-i clock-setup/utc boolean true
6d-i clock-setup/utc-auto boolean true
7d-i finish-install/reboot_in_progress note
8d-i grub-installer/only_debian boolean true
9d-i grub-installer/with_other_os boolean true
10d-i netcfg/get_domain string unassigned-domain
11d-i netcfg/get_hostname string unassigned-hostname
12
13d-i partman-auto/disk string /dev/sda /dev/vda
14d-i partman-auto/method string lvm
15d-i partman-lvm/device_remove_lvm boolean true
16d-i partman-md/device_remove_md boolean true
17d-i partman-lvm/confirm boolean true
18d-i partman-lvm/confirm_nooverwrite boolean true
19
20d-i partman-auto/init_automatically_partition \
21 select Guided - use entire disk and set up LVM
22
23d-i partman-auto-lvm/guided_size string max
24d-i partman-auto-lvm/new_vg_name string vg00
25
26d-i partman-auto/expert_recipe string \
27 boot-root :: \
28 64 128 128 ext3 \
29 $primary{ } $bootable{ } \
30 method{ format } format{ } \
31 use_filesystem{ } filesystem{ ext4 } \
32 mountpoint{ /boot } \
33 . \
34 128 512 200% linux-swap \
35 method{ swap } format{ } \
36 . \
37 512 512 512 ext3 \
38 method{ format } format{ } $lvmok{ } \
39 use_filesystem{ } filesystem{ ext4 } \
40 mountpoint{ / } \
41 . \
42
43d-i partman/default_filesystem string ext4
44
45d-i partman/confirm_write_new_label boolean true
46d-i partman/choose_partition select finish
47d-i partman/confirm boolean true
48d-i partman/confirm_nooverwrite boolean true
49
50d-i pkgsel/include string openssh-server
51d-i pkgsel/install-language-support boolean false
52d-i pkgsel/update-policy select unattended-upgrades
53popularity-contest popularity-contest/participate boolean false
54
55d-i pkgsel/upgrade select none
56
57d-i time/zone string UTC
58d-i user-setup/allow-password-weak boolean true
59d-i user-setup/encrypt-home boolean false
60tasksel tasksel/first multiselect minimal, ssh-server, openssh-server
61