1
# Suggest LVM by default.
2
d-i partman-auto/init_automatically_partition string some_device_lvm
3
d-i partman-auto/init_automatically_partition seen false
4
# Always install the server kernel.
5
d-i base-installer/kernel/override-image string linux-server
6
# Install the Ubuntu Server seed.
7
tasksel tasksel/force-tasks string server
8
# Only install basic language packs. Let tasksel ask about tasks.
9
d-i pkgsel/language-pack-patterns string
10
# No language support packages.
11
d-i pkgsel/install-language-support boolean false
12
# Only ask the UTC question if there are other operating systems installed.
13
d-i clock-setup/utc-auto boolean true
14
# No boot splash screen.
15
d-i debian-installer/splash boolean false
16
# Install the debconf oem-config frontend (if in OEM mode).
17
d-i oem-config-udeb/frontend string debconf
18
# Wait for two seconds in grub
19
d-i grub-installer/timeout string 2
20
# Add the network and tasks oem-config steps by default.
21
oem-config oem-config/steps multiselect language, timezone, keyboard, user, network, tasks