diff options
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index c55860e34..4364d6634 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1164,6 +1164,11 @@ correct one will be selected before using preseeding. # - crypto: use LVM within an encrypted partition d-i partman-auto/method string lvm +# You can define the amount of space that will be used for the LVM volume +# group. It can either be a size with its unit (eg. 20 GB), a percentage of +# free space or the 'max' keyword. +d-i partman-auto-lvm/guided_size string max + # 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... |