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

« back to all changes in this revision

Viewing changes to data/artful/preseed/ubuntu-server/amd64/cloud.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
# 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
# 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