summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <93sam@debian.org>2019-06-22 11:19:13 +0000
committerSteve McIntyre <93sam@debian.org>2019-06-22 11:19:13 +0000
commitf437df8145e8c2c08dc1af148dc398793712427f (patch)
tree3b0946675b2acc0eadd4826c1d76419232c14642
parent8f7b28b9916006295f2175344588862db4066a6b (diff)
parent07d72d9a8afc201949ee116506564645e91d618f (diff)
downloadinstallation-guide-f437df8145e8c2c08dc1af148dc398793712427f.zip
Merge branch 'fix/document-guided_size-preseed' into 'master'
Document new partman-auto-lvm/guide_size option in preseed See merge request installer-team/installation-guide!7
-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...