diff options
author | Joey Hess <joeyh@debian.org> | 2008-07-12 17:09:14 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2008-07-12 17:09:14 +0000 |
commit | 4e34ae238970425d25f404b9a11f19483061eeab (patch) | |
tree | e1b37d8faef79aae244139eee7cf50ca32032f05 /en | |
parent | 831bc5f08b86a805ecee609bd0cd790c1ddddd47 (diff) | |
download | installation-guide-4e34ae238970425d25f404b9a11f19483061eeab.zip |
Comment out partman-auto/disk setting in preseed since lenny d-i will
automatically work w/o it if there's just 1 disk. Closes: #490287
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index e20afa727..eb6b6fee2 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -925,10 +925,8 @@ correct one will be selected before using preseeding. # Alternatively, you can specify a disk to partition. The device name must # be given in traditional non-devfs format. # For example, to use the first SCSI/SATA hard disk: -d-i partman-auto/disk string /dev/sda -# Note: If you want to use whatever disk is available, no matter -# what its device name, comment the line above out. This will only work if -# the system only has one disk. +# Note: A disk must be specified, unless the system has only one disk. +#d-i partman-auto/disk string /dev/sda # In addition, you'll need to specify the method to use. # The presently available methods are: "regular", "lvm" and "crypto" d-i partman-auto/method string lvm |