~cyphermox/debian-cd/dash-separator

« back to all changes in this revision

Viewing changes to data/vivid/preseed/ubuntu-server/ubuntu-server.seed

  • Committer: Colin Watson
  • Date: 2014-10-24 20:13:50 UTC
  • Revision ID: cjwatson@canonical.com-20141024201350-2vscksr5chvjhgyy
add CONF.sh bits for vivid; copy utopic → vivid elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
# Install the Ubuntu Server seed.
 
5
tasksel tasksel/force-tasks     string server
 
6
# Only install basic language packs. Let tasksel ask about tasks.
 
7
d-i     pkgsel/language-pack-patterns   string
 
8
# No language support packages.
 
9
d-i     pkgsel/install-language-support boolean false
 
10
# Only ask the UTC question if there are other operating systems installed.
 
11
d-i     clock-setup/utc-auto    boolean true
 
12
# Verbose output and no boot splash screen.
 
13
d-i     debian-installer/quiet  boolean false
 
14
d-i     debian-installer/splash boolean false
 
15
# Install the debconf oem-config frontend (if in OEM mode).
 
16
d-i     oem-config-udeb/frontend        string debconf
 
17
# Wait for two seconds in grub
 
18
d-i     grub-installer/timeout  string 2
 
19
# Add the network and tasks oem-config steps by default.
 
20
oem-config      oem-config/steps        multiselect language, timezone, keyboard, user, network, tasks