diff options
author | Frans Pop <elendil@planet.nl> | 2006-10-11 12:52:51 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-10-11 12:52:51 +0000 |
commit | 0a3c5711e8253c81441f4c4b3b965f58dfd77b6c (patch) | |
tree | e27e79b0ba2aa4fc89bd24a3a2e35cc4178776b3 /en/appendix | |
parent | 65bea16a85657eaf0cf3f7e25931af54a93682f6 (diff) | |
download | installation-guide-0a3c5711e8253c81441f4c4b3b965f58dfd77b6c.zip |
- As no methods actually support multiple disks yet, don't mention it
- Show how to get rid of lvm confirmation dialog
Diffstat (limited to 'en/appendix')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 8f542c688..5b3553abe 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -739,8 +739,7 @@ correct one will be selected before using preseeding. # select Use the largest continuous free space # Alternatively, you can specify a disk to partition. The device name can -# be given in either devfs or traditional non-devfs format. If the method -# supports it, you can specify several disks separated by spaces. +# 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 # In addition, you'll need to specify the method to use. @@ -751,6 +750,8 @@ d-i partman-auto/method string lvm # contains an old LVM configuration, the user will normally receive a # warning. This can be preseeded away... d-i partman-auto/purge_lvm_from_device boolean true +# And the same goes for the confirmation to write the lvm partitions. +d-i partman-lvm/confirm boolean true # You can choose from any of the predefined partitioning recipes. # Note: this must be preseeded with a localized (translated) value. |