diff options
author | root <galaxico@quteity> | 2019-06-26 14:55:31 +0300 |
---|---|---|
committer | root <galaxico@quteity> | 2019-06-26 14:55:31 +0300 |
commit | 4bb6d14fa00159bad75ef88bbcf6a84560722ab0 (patch) | |
tree | a200a05bacb2e075b092144192795603e82f9f6b /en/appendix | |
parent | dfc2cc21025dfb7b0605d5059edfb79d3486629b (diff) | |
parent | b6b2c92725cbab11b8853070163abd9e8a13f6ff (diff) | |
download | installation-guide-4bb6d14fa00159bad75ef88bbcf6a84560722ab0.zip |
updated Greek translations
Diffstat (limited to 'en/appendix')
-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... |