summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--en/appendix/preseed.xml5
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a9c0764b..c8b7c6020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ installation-guide (20190324) UNRELEASED; urgency=medium
* Japanese by Hideki Yamane
* Korean by Changwoo Ryu
+ [ Baptiste BEAUPLAT ]
+ * Document new partman-auto-lvm/guide_size option in preseed. Closes: #930846
+
-- Samuel Thibault <sthibault@debian.org> Wed, 29 May 2019 21:19:05 +0200
installation-guide (20190323) unstable; urgency=medium
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...