diff options
Diffstat (limited to 'nl/appendix/preseed.xml')
-rw-r--r-- | nl/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 9228cee09..24da87ee5 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -924,7 +924,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 |