Hello, While re-installing a computer automatically, I had to manually confirm the removal of LVM data. According the manual it shouldn't need user intervention.
With this patch was handsfree installation possible. Index: manual/en/appendix/preseed.xml =================================================================== --- manual/en/appendix/preseed.xml (revision 52876) +++ manual/en/appendix/preseed.xml (working copy) @@ -928,7 +928,7 @@ # 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 Cheers Geert Stappers P.S. file http://d-i.alioth.debian.org/manual/example-preseed.txt has the same error, but I couldn't find its source in d-i SVN, so patch for that file is provided. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

