diff options
Diffstat (limited to 'pt_BR/appendix/preseed.xml')
-rw-r--r-- | pt_BR/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt_BR/appendix/preseed.xml b/pt_BR/appendix/preseed.xml index 539ac2503..f7bf71b14 100644 --- a/pt_BR/appendix/preseed.xml +++ b/pt_BR/appendix/preseed.xml @@ -947,7 +947,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 |