~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to data/oneiric/preseed/ubuntu-server/i386/cloud.seed

  • Committer: Colin Watson
  • Date: 2011-04-30 16:06:44 UTC
  • Revision ID: cjwatson@canonical.com-20110430160644-0g6ldw3d4rpilkin
add CONF.sh bits for oneiric; copy natty -> oneiric elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Ask for cloud installation.
 
2
d-i     anna/choose_modules     string eucalyptus-udeb
 
3
# Suggest LVM by default.
 
4
d-i     partman-auto/init_automatically_partition       string some_device_lvm
 
5
d-i     partman-auto/init_automatically_partition       seen false
 
6
# Always install the PAE kernel.
 
7
d-i     base-installer/kernel/override-image    string linux-generic-pae
 
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