~ubuntu-branches/ubuntu/vivid/installation-guide/vivid

« back to all changes in this revision

Viewing changes to en/appendix/preseed.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-08-18 08:25:33 UTC
  • Revision ID: james.westby@ubuntu.com-20080818082533-5mxs9mx2mahtx5r3
Tags: 20080520ubuntu2
* Don't recommend passing http://archive.ubuntu.com/ubuntu to debootstrap;
  it can figure out a good default for itself, and that URL is wrong for
  ports architectures (see
  https://answers.launchpad.net/ubuntu/+source/debian-installer/+question/38180).
* Document partman/early_command.
* Build installation-guide-lpia package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1435
1435
# preseeding is read.
1436
1436
#d-i preseed/early_command string anna-install some-udeb
1437
1437
 
 
1438
# This command is run immediately before the partitioner starts. It may be
 
1439
# useful to apply dynamic partitioner preseeding that depends on the state
 
1440
# of the disks (which may not be visible when preseed/early_command runs).
 
1441
#d-i partman/early_command string debconf-set partman-auto/disk "$(list-devices disk | head -n1)"
 
1442
 
1438
1443
# This command is run just before the install finishes, but when there is
1439
1444
# still a usable /target directory. You can chroot to /target and use it
1440
1445
# directly, or use the apt-install and in-target commands to easily install