diff options
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 2ff36d208..9c3b2ee11 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-06-03 06:59+0000\n" +"POT-Creation-Date: 2019-06-22 16:23+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1618,6 +1618,11 @@ msgid "" "# - crypto: use LVM within an encrypted partition\n" "d-i partman-auto/method string lvm\n" "\n" +"# You can define the amount of space that will be used for the LVM volume\n" +"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n" +"# free space or the 'max' keyword.\n" +"d-i partman-auto-lvm/guided_size string max\n" +"\n" "# If one of the disks that are going to be automatically partitioned\n" "# contains an old LVM configuration, the user will normally receive a\n" "# warning. This can be preseeded away...\n" |