diff options
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index f7a3ef4a3..9cab1191b 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -886,10 +886,14 @@ correct one will be selected before using preseeding. #d-i partman-auto/init_automatically_partition \ # select Guided - use the largest continuous free space +<phrase condition="etch"># Alternatively, you can specify a disk to partition. The device name +# can be given in either devfs or traditional non-devfs format. +# For example, to use the first disk: +d-i partman-auto/disk string /dev/discs/disc0/disc</phrase><phrase condition="lenny"> # 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 +d-i partman-auto/disk string /dev/sda</phrase> # 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 |