~xnox/debian-cd/cd-boot-images-amd64

« back to all changes in this revision

Viewing changes to data/groovy/preseed/ubuntu-server/amd64/ubuntu-server-minimalvm.seed

  • Committer: Steve Langasek
  • Date: 2020-06-17 18:24:45 UTC
  • mfrom: (2061.2.1 ubuntu-cd)
  • Revision ID: steve.langasek@canonical.com-20200617182445-ipivguyusnjrbjrq
MergeĀ lp:~xnox/debian-cd/drop-unused-preseeds

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