~cyphermox/debian-cd/ubuntu-server-live

« back to all changes in this revision

Viewing changes to data/artful/preseed/ubuntu-server/i386/ubuntu-server-minimalvm.seed

  • Committer: Adam Conrad
  • Date: 2017-04-25 21:27:20 UTC
  • Revision ID: adconrad@0c3.net-20170425212720-re2dgv8stz51tyv8
Copy zesty -> artful, and add artful to CONF.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Always install the virtual kernel.
 
2
d-i     base-installer/kernel/override-image    string linux-virtual
 
3
# Don't even install the standard task.
 
4
tasksel tasksel/skip-tasks      string standard
 
5
# Only install basic language packs. Let tasksel ask about tasks.
 
6
d-i     pkgsel/language-pack-patterns   string
 
7
# No language support packages.
 
8
d-i     pkgsel/install-language-support boolean false
 
9
# Only ask the UTC question if there are other operating systems installed.
 
10
d-i     clock-setup/utc-auto    boolean true
 
11
# Verbose output and no boot splash screen.
 
12
d-i     debian-installer/quiet  boolean false
 
13
d-i     debian-installer/splash boolean false
 
14
# Install the debconf oem-config frontend (if in OEM mode).
 
15
d-i     oem-config-udeb/frontend        string debconf
 
16
# Wait for two seconds in grub
 
17
d-i     grub-installer/timeout  string 2
 
18
# Add the network and tasks oem-config steps by default.
 
19
oem-config      oem-config/steps        multiselect language, timezone, keyboard, user, network, tasks