summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorLuca Monducci <luca.mo@tiscali.it>2019-06-24 19:49:57 +0200
committerLuca Monducci <luca.mo@tiscali.it>2019-06-24 19:49:57 +0200
commit233efa3441d8f90d131dc7c276ee83cac0261316 (patch)
tree2d0658d644eb235755e5a8bba2488b07eb054858 /en
parentf5cc372b1b3174da8ec37767fe7bb1772234c8ae (diff)
parentb6b2c92725cbab11b8853070163abd9e8a13f6ff (diff)
downloadinstallation-guide-233efa3441d8f90d131dc7c276ee83cac0261316.zip
Merge branch 'master' of salsa.debian.org:installer-team/installation-guide
Diffstat (limited to 'en')
-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...