From 68ee2a35c1bed5100ea7cbeadab00a7b0aacae83 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Fri, 19 Jun 2020 22:27:05 +0200 Subject: Refresh po|pot files --- po/ca/preseed.po | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'po/ca/preseed.po') diff --git a/po/ca/preseed.po b/po/ca/preseed.po index a525e85ec..575534631 100644 --- a/po/ca/preseed.po +++ b/po/ca/preseed.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_preseed\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: 2019-06-17 22:42+0200\n" "Last-Translator: Guillem Jover \n" "Language-Team: \n" @@ -2425,6 +2425,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" @@ -2432,6 +2446,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 "" -- cgit v1.2.3