summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorBaptiste BEAUPLAT <lyknode@cilg.org>2019-06-22 13:00:24 +0200
committerBaptiste BEAUPLAT <lyknode@cilg.org>2019-06-22 13:00:24 +0200
commit07d72d9a8afc201949ee116506564645e91d618f (patch)
tree3b0946675b2acc0eadd4826c1d76419232c14642 /en/appendix
parent8f7b28b9916006295f2175344588862db4066a6b (diff)
downloadinstallation-guide-07d72d9a8afc201949ee116506564645e91d618f.zip
Document new partman-auto-lvm/guide_size option in preseed
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml5
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...