diff options
author | Frans Pop <elendil@planet.nl> | 2008-04-28 09:00:36 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-04-28 09:00:36 +0000 |
commit | 1b6463c40e4fbbf0c356fcf6848db9ff52091a35 (patch) | |
tree | a38d053152e673904e4370b2b055db1ae707882b /en | |
parent | 040480b11cd9baf3cfdc4e3289f633ecc9cc9f87 (diff) | |
download | installation-guide-1b6463c40e4fbbf0c356fcf6848db9ff52091a35.zip |
Update how to suppress the removal of existing LVM data using preseeding; with thanks to Geert Stappers
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index c9ad9a833..b40252a59 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -928,7 +928,7 @@ d-i partman-auto/method string lvm # If one of the disks that are going to be automatically partitioned # 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 +d-i partman-lvm/device_remove_lvm boolean true # And the same goes for the confirmation to write the lvm partitions. d-i partman-lvm/confirm boolean true |