diff options
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 02ea82e14..345e7a7cb 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: 2020-06-19 18:34+0000\n" +"POT-Creation-Date: 2020-06-19 20:24+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" @@ -1692,6 +1692,20 @@ msgid "" "# system labels, volume group names and which physical devices to include\n" "# in a volume group.\n" "\n" +"## Partitioning for EFI\n" +"# If your system needs an EFI partition you could add something like\n" +"# this to the recipe above, as the first element in the recipe:\n" +"# 538 538 1075 free \\\n" +"# $iflabel{ gpt } \\\n" +"# $reusemethod{ } \\\n" +"# method{ efi } \\\n" +"# format{ } \\\n" +"# . \\\n" +"#\n" +"# The fragment above is for the amd64 architecture; the details may be\n" +"# different on other architectures. The 'partman-auto' package in the\n" +"# D-I source repository may have an example you can follow.\n" +"\n" "# This makes partman automatically partition without confirmation, provided\n" "# that you told it what to do using one of the methods above.\n" "d-i partman-partitioning/confirm_write_new_label boolean true\n" @@ -1699,6 +1713,12 @@ msgid "" "d-i partman/confirm boolean true\n" "d-i partman/confirm_nooverwrite boolean true\n" "\n" +"# Force UEFI booting ('BIOS compatibility' will be lost). Default: false.\n" +"#d-i partman-efi/non_efi_system boolean true\n" +"# Ensure the partition table is GPT - this is required for EFI\n" +"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/default_label string gpt\n" +"\n" "# When disk encryption is enabled, skip wiping the partitions beforehand.\n" "#d-i partman-auto-crypto/erase_disks boolean false" msgstr "" |