summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/ca/preseed.po22
-rw-r--r--po/cs/preseed.po22
-rw-r--r--po/da/preseed.po291
-rw-r--r--po/de/preseed.po115
-rw-r--r--po/el/preseed.po115
-rw-r--r--po/es/preseed.po115
-rw-r--r--po/fi/preseed.po22
-rw-r--r--po/fr/preseed.po115
-rw-r--r--po/hu/preseed.po22
-rw-r--r--po/it/preseed.po115
-rw-r--r--po/ja/preseed.po22
-rw-r--r--po/ko/preseed.po115
-rw-r--r--po/nb/preseed.po22
-rw-r--r--po/nl/preseed.po115
-rw-r--r--po/nn/preseed.po22
-rw-r--r--po/pot/preseed.pot22
-rw-r--r--po/pt/preseed.po115
-rw-r--r--po/ro/preseed.po22
-rw-r--r--po/ru/preseed.po22
-rw-r--r--po/sv/preseed.po22
-rw-r--r--po/tl/preseed.po22
-rw-r--r--po/uk/preseed.po22
-rw-r--r--po/vi/preseed.po22
-rw-r--r--po/zh_CN/preseed.po22
-rw-r--r--po/zh_TW/preseed.po22
25 files changed, 1412 insertions, 151 deletions
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 <guillem@debian.org>\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 ""
diff --git a/po/cs/preseed.po b/po/cs/preseed.po
index 7f032af5b..7603cadaf 100644
--- a/po/cs/preseed.po
+++ b/po/cs/preseed.po
@@ -5,7 +5,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: 2018-05-21 10:18+0200\n"
"Last-Translator: Miroslav Kure <kurem@upcase.inf.upol.cz>\n"
"Language-Team: \n"
@@ -2351,6 +2351,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"
@@ -2358,6 +2372,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 ""
diff --git a/po/da/preseed.po b/po/da/preseed.po
index 8509a7d98..3521e65c5 100644
--- a/po/da/preseed.po
+++ b/po/da/preseed.po
@@ -19,7 +19,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-05-15 21:42+0000\n"
+"POT-Creation-Date: 2020-06-19 20:24+0000\n"
"PO-Revision-Date: 2020-05-25 13:41+0000\n"
"Last-Translator: scootergrisen <scootergrisen@gmail.com>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -48,7 +48,7 @@ msgstr ""
"i &d-i;, så installationen bliver automatisk."
#. Tag: para
-#: preseed.xml:23 preseed.xml:707
+#: preseed.xml:23 preseed.xml:719
#, no-c-format
msgid ""
"The configuration fragments used in this appendix are also available as an "
@@ -1138,11 +1138,44 @@ msgstr "preseed/file/checksum"
#. Tag: title
#: preseed.xml:551
#, no-c-format
+msgid "Examples of boot prompt preseeding"
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:552
+#, no-c-format
+msgid ""
+"Here are some examples of how the boot prompt might look like (you will need "
+"to adapt this to your needs; also see <xref linkend=\"boot-screen\"/>)."
+msgstr ""
+
+#. Tag: screen
+#: preseed.xml:557
+#, no-c-format
+msgid ""
+"# To set French as language and France as country:\n"
+"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=fr "
+"country=FR --- quiet\n"
+"# To set English as language and Germany as country, and use a German "
+"keyboard layout:\n"
+"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=en "
+"country=DE locale=en_US.UTF-8 keymap=de --- quiet\n"
+"# To install the MATE desktop:\n"
+"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz desktop=mate-"
+"desktop --- quiet\n"
+"# To install the web-server task:\n"
+"/install.amd/vmlinuz initrd=/install.amd/initrd.gz tasksel:tasksel/first=web-"
+"server ---"
+msgstr ""
+
+#. Tag: title
+#: preseed.xml:563
+#, no-c-format
msgid "Using a DHCP server to specify preconfiguration files"
msgstr "Brug af en DHCP-server til at specificere forhåndskonfigurationsfiler"
#. Tag: para
-#: preseed.xml:552
+#: preseed.xml:564
#, no-c-format
msgid ""
"It's also possible to use DHCP to specify a preconfiguration file to "
@@ -1155,7 +1188,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: preseed.xml:563
+#: preseed.xml:575
#, no-c-format
msgid ""
"if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n"
@@ -1167,7 +1200,7 @@ msgstr ""
"}"
#. Tag: para
-#: preseed.xml:565
+#: preseed.xml:577
#, no-c-format
msgid ""
"Note that the above example limits this filename to DHCP clients that "
@@ -1183,7 +1216,7 @@ msgstr ""
"forhåndskonfiguration af alle installationer på dit netværk."
#. Tag: para
-#: preseed.xml:572
+#: preseed.xml:584
#, no-c-format
msgid ""
"A good way to use the DHCP preseeding is to only preseed values specific to "
@@ -1194,13 +1227,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:586
+#: preseed.xml:598
#, no-c-format
msgid "Creating a preconfiguration file"
msgstr "Oprettelse af en forhåndskonfigurationsfil"
#. Tag: para
-#: preseed.xml:587
+#: preseed.xml:599
#, no-c-format
msgid ""
"The preconfiguration file is in the format used by the <command>debconf-set-"
@@ -1212,20 +1245,20 @@ msgstr ""
"i en forhåndskonfigureret fil er:"
#. Tag: screen
-#: preseed.xml:593
+#: preseed.xml:605
#, no-c-format
msgid "&lt;owner&gt; &lt;question name&gt; &lt;question type&gt; &lt;value&gt;"
msgstr ""
"&lt;ejer&gt; &lt;spørgsmålsnavn&gt; &lt;spørgsmålstype&gt; &lt;værdi&gt;"
#. Tag: para
-#: preseed.xml:595
+#: preseed.xml:607
#, no-c-format
msgid "The file should start with <literal>#_preseed_V1</literal>"
msgstr ""
#. Tag: para
-#: preseed.xml:607
+#: preseed.xml:619
#, no-c-format
msgid ""
"There are a few rules to keep in mind when writing a preconfiguration file."
@@ -1233,7 +1266,7 @@ msgstr ""
"Der er nogle få regler at huske, når en forhåndskonfigurationsfil skrives."
#. Tag: para
-#: preseed.xml:614
+#: preseed.xml:626
#, no-c-format
msgid ""
"Put only a single space or tab between type and value: any additional "
@@ -1243,7 +1276,7 @@ msgstr ""
"yderligere mellemrum vil blive fortolket som tilhørende værdien."
#. Tag: para
-#: preseed.xml:618
+#: preseed.xml:630
#, no-c-format
msgid ""
"A line can be split into multiple lines by appending a backslash "
@@ -1254,7 +1287,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:625
+#: preseed.xml:637
#, no-c-format
msgid ""
"For debconf variables (templates) used only in the installer itself, the "
@@ -1266,7 +1299,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:633
+#: preseed.xml:645
#, no-c-format
msgid ""
"Most questions need to be preseeded using the values valid in English and "
@@ -1278,7 +1311,7 @@ msgstr ""
"i <classname>partman</classname>) hvor de oversatte værdier skal bruges."
#. Tag: para
-#: preseed.xml:639
+#: preseed.xml:651
#, no-c-format
msgid ""
"Some questions take a code as value instead of the English text that is "
@@ -1288,13 +1321,13 @@ msgstr ""
"vises under installationen."
#. Tag: para
-#: preseed.xml:643
+#: preseed.xml:655
#, no-c-format
msgid "Start with <literal>#_preseed_V1</literal>"
msgstr "Start med <literal>#_preseed_V1</literal>"
#. Tag: para
-#: preseed.xml:649
+#: preseed.xml:661
#, no-c-format
msgid ""
"The easiest way to create a preconfiguration file is to use the example file "
@@ -1305,7 +1338,7 @@ msgstr ""
"arbejde ud fra den."
#. Tag: para
-#: preseed.xml:654
+#: preseed.xml:666
#, no-c-format
msgid ""
"An alternative method is to do a manual installation and then, after "
@@ -1319,7 +1352,7 @@ msgstr ""
"installationsprogrammets cdebconf-database til en enkel fil:"
#. Tag: screen
-#: preseed.xml:661
+#: preseed.xml:673
#, no-c-format
msgid ""
"$ echo \"#_preseed_V1\" &gt; <replaceable>file</replaceable>\n"
@@ -1333,7 +1366,7 @@ msgstr ""
"$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>"
#. Tag: para
-#: preseed.xml:663
+#: preseed.xml:675
#, no-c-format
msgid ""
"However, a file generated in this manner will have some items that should "
@@ -1345,7 +1378,7 @@ msgstr ""
"brugere."
#. Tag: para
-#: preseed.xml:671
+#: preseed.xml:683
#, no-c-format
msgid ""
"This method relies on the fact that, at the end of the installation, the "
@@ -1361,7 +1394,7 @@ msgstr ""
"root (administrator)."
#. Tag: para
-#: preseed.xml:679
+#: preseed.xml:691
#, no-c-format
msgid ""
"The directory <filename>/var/log/installer</filename> and all files in it "
@@ -1373,7 +1406,7 @@ msgstr ""
"report</classname>."
#. Tag: para
-#: preseed.xml:687
+#: preseed.xml:699
#, no-c-format
msgid ""
"To check possible values for questions, you can use <command>nano</command> "
@@ -1389,7 +1422,7 @@ msgstr ""
"for de nuværende værdier og for værdierne tildelt variabler."
#. Tag: para
-#: preseed.xml:695
+#: preseed.xml:707
#, no-c-format
msgid ""
"To check if the format of your preconfiguration file is valid before "
@@ -1401,13 +1434,13 @@ msgstr ""
"set-selections -c <replaceable>preseed.cfg</replaceable></command>."
#. Tag: title
-#: preseed.xml:706
+#: preseed.xml:718
#, no-c-format
msgid "Contents of the preconfiguration file (for &releasename;)"
msgstr "Indhold af forhåndskonfigurationsfilen (for &releasename;)"
#. Tag: para
-#: preseed.xml:712
+#: preseed.xml:724
#, no-c-format
msgid ""
"Note that this example is based on an installation for the Intel x86 "
@@ -1423,7 +1456,7 @@ msgstr ""
"arkitektur."
#. Tag: para
-#: preseed.xml:720
+#: preseed.xml:732
#, no-c-format
msgid ""
"Details on how the different Debian Installer components actually work can "
@@ -1433,13 +1466,13 @@ msgstr ""
"fungerer kan findes i <xref linkend=\"module-details\"/>."
#. Tag: title
-#: preseed.xml:728
+#: preseed.xml:740
#, no-c-format
msgid "Localization"
msgstr "Opsætning af sted"
#. Tag: para
-#: preseed.xml:729
+#: preseed.xml:741
#, no-c-format
msgid ""
"During a normal install the questions about localization are asked first, so "
@@ -1458,7 +1491,7 @@ msgstr ""
"enhver metode."
#. Tag: para
-#: preseed.xml:738
+#: preseed.xml:750
#, no-c-format
msgid ""
"The locale can be used to specify both language and country and can be any "
@@ -1476,7 +1509,7 @@ msgstr ""
"<userinput>locale=<replaceable>en_US</replaceable></userinput>."
#. Tag: para
-#: preseed.xml:747
+#: preseed.xml:759
#, no-c-format
msgid ""
"Although this method is very easy to use, it does not allow preseeding of "
@@ -1499,7 +1532,7 @@ msgstr ""
"som opstartsparametre."
#. Tag: screen
-#: preseed.xml:762
+#: preseed.xml:774
#, no-c-format
msgid ""
"# Preseeding only locale sets language, country and locale.\n"
@@ -1524,7 +1557,7 @@ msgstr ""
"#d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8"
#. Tag: para
-#: preseed.xml:764
+#: preseed.xml:776
#, no-c-format
msgid ""
"Keyboard configuration consists of selecting a keymap and (for non-latin "
@@ -1541,7 +1574,7 @@ msgstr ""
"reconfigure keyboard-configuration</command>."
#. Tag: screen
-#: preseed.xml:772
+#: preseed.xml:784
#, no-c-format
msgid ""
"# Keyboard selection.\n"
@@ -1553,7 +1586,7 @@ msgstr ""
"# d-i keyboard-configuration/toggle select No toggling"
#. Tag: para
-#: preseed.xml:774
+#: preseed.xml:786
#, no-c-format
msgid ""
"To skip keyboard configuration, preseed <classname>keymap</classname> with "
@@ -1565,13 +1598,13 @@ msgstr ""
"vil medføre, at kernens tastaturkort forbliver aktiv."
#. Tag: title
-#: preseed.xml:786
+#: preseed.xml:798
#, no-c-format
msgid "Network configuration"
msgstr "Netværkskonfiguration"
#. Tag: para
-#: preseed.xml:787
+#: preseed.xml:799
#, no-c-format
msgid ""
"Of course, preseeding the network configuration won't work if you're loading "
@@ -1582,7 +1615,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:795
+#: preseed.xml:807
#, no-c-format
msgid ""
"If you need to pick a particular interface when netbooting before loading a "
@@ -1594,7 +1627,7 @@ msgstr ""
"såsom <userinput>interface=<replaceable>eth1</replaceable></userinput>."
#. Tag: para
-#: preseed.xml:801
+#: preseed.xml:813
#, no-c-format
msgid ""
"Although preseeding the network configuration is normally not possible when "
@@ -1607,19 +1640,19 @@ msgid ""
msgstr ""
#. Tag: screen
-#: preseed.xml:811
+#: preseed.xml:823
#, no-c-format
msgid "kill-all-dhcp; netcfg"
msgstr "kill-all-dhcp; netcfg"
#. Tag: para
-#: preseed.xml:813
+#: preseed.xml:825
#, no-c-format
msgid "The following debconf variables are relevant for network configuration."
msgstr "De følgende debconf-variabler er relevante for netværkskonfiguration."
#. Tag: screen
-#: preseed.xml:819
+#: preseed.xml:831
#, no-c-format
msgid ""
"# Disable network configuration entirely. This is useful for cdrom\n"
@@ -1767,7 +1800,7 @@ msgstr ""
"#d-i hw-detect/load_firmware boolean true"
#. Tag: para
-#: preseed.xml:821
+#: preseed.xml:833
#, no-c-format
msgid ""
"Please note that <command>netcfg</command> will automatically determine the "
@@ -1780,13 +1813,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:837
+#: preseed.xml:849
#, no-c-format
msgid "Network console"
msgstr "Netværkskonsol"
#. Tag: screen
-#: preseed.xml:839
+#: preseed.xml:851
#, no-c-format
msgid ""
"# Use the following settings if you wish to make use of the network-console\n"
@@ -1807,13 +1840,13 @@ msgstr ""
"#d-i network-console/password-again password r00tme"
#. Tag: title
-#: preseed.xml:844
+#: preseed.xml:856
#, no-c-format
msgid "Mirror settings"
msgstr "Spejlindstillinger"
#. Tag: para
-#: preseed.xml:845
+#: preseed.xml:857
#, no-c-format
msgid ""
"Depending on the installation method you use, a mirror may be used to "
@@ -1827,7 +1860,7 @@ msgstr ""
"filename> for det installerede system."
#. Tag: para
-#: preseed.xml:852
+#: preseed.xml:864
#, no-c-format
msgid ""
"The parameter <classname>mirror/suite</classname> determines the suite for "
@@ -1837,7 +1870,7 @@ msgstr ""
"det installerede system."
#. Tag: para
-#: preseed.xml:857
+#: preseed.xml:869
#, no-c-format
msgid ""
"The parameter <classname>mirror/udeb/suite</classname> determines the suite "
@@ -1856,7 +1889,7 @@ msgstr ""
"ikke være behov for at angive denne."
#. Tag: screen
-#: preseed.xml:868
+#: preseed.xml:880
#, no-c-format
msgid ""
"# If you select ftp, the mirror/country string does not need to be set.\n"
@@ -1885,13 +1918,13 @@ msgstr ""
"#d-i mirror/udeb/suite string testing"
#. Tag: title
-#: preseed.xml:873
+#: preseed.xml:885
#, no-c-format
msgid "Account setup"
msgstr "Kontoopsætning"
#. Tag: para
-#: preseed.xml:874
+#: preseed.xml:886
#, no-c-format
msgid ""
"The password for the root account and name and password for a first regular "
@@ -1903,7 +1936,7 @@ msgstr ""
"bruge rene tekstværdier eller crypt(3)-<emphasis>hasher</emphasis>."
#. Tag: para
-#: preseed.xml:881
+#: preseed.xml:893
#, no-c-format
msgid ""
"Be aware that preseeding passwords is not completely secure as everyone with "
@@ -1920,7 +1953,7 @@ msgstr ""
"hashingalgoritmer for adgangskoder er SHA-256 og SHA512."
#. Tag: screen
-#: preseed.xml:891
+#: preseed.xml:903
#, no-c-format
msgid ""
"# Skip creation of a root account (normal user account will be able to\n"
@@ -1978,7 +2011,7 @@ msgstr ""
"#d-i passwd/user-default-groups string audio cdrom video"
#. Tag: para
-#: preseed.xml:893
+#: preseed.xml:905
#, no-c-format
msgid ""
"The <classname>passwd/root-password-crypted</classname> and "
@@ -1998,7 +2031,7 @@ msgstr ""
"nøglegodkendelse eller <command>sudo</command>)."
#. Tag: para
-#: preseed.xml:903
+#: preseed.xml:915
#, no-c-format
msgid ""
"The following command (available from the <classname>whois</classname> "
@@ -2010,19 +2043,19 @@ msgstr ""
"adgangskode:"
#. Tag: screen
-#: preseed.xml:908
+#: preseed.xml:920
#, no-c-format
msgid "mkpasswd -m sha-512"
msgstr "mkpasswd -m sha-512"
#. Tag: title
-#: preseed.xml:914
+#: preseed.xml:926
#, no-c-format
msgid "Clock and time zone setup"
msgstr "Ur- og tidszoneopsætning"
#. Tag: screen
-#: preseed.xml:916
+#: preseed.xml:928
#, no-c-format
msgid ""
"# Controls whether or not the hardware clock is set to UTC.\n"
@@ -2050,13 +2083,13 @@ msgstr ""
"#d-i clock-setup/ntp-server string ntp.example.com"
#. Tag: title
-#: preseed.xml:921
+#: preseed.xml:933
#, no-c-format
msgid "Partitioning"
msgstr "Partitionering"
#. Tag: para
-#: preseed.xml:922
+#: preseed.xml:934
#, no-c-format
msgid ""
"Using preseeding to partition the harddisk is limited to what is supported "
@@ -2073,7 +2106,7 @@ msgstr ""
"i forhåndskonfigurationsfilen."
#. Tag: para
-#: preseed.xml:930
+#: preseed.xml:942
#, no-c-format
msgid ""
"Preseeding of advanced partition setups using RAID, LVM and encryption is "
@@ -2085,7 +2118,7 @@ msgstr ""
"under partitionering under en installation uden forhåndskonfiguration."
#. Tag: para
-#: preseed.xml:936
+#: preseed.xml:948
#, no-c-format
msgid ""
"The examples below only provide basic information on the use of recipes. For "
@@ -2105,7 +2138,7 @@ msgstr ""
"udgivelser."
#. Tag: para
-#: preseed.xml:950
+#: preseed.xml:962
#, no-c-format
msgid ""
"The identification of disks is dependent on the order in which their drivers "
@@ -2117,13 +2150,13 @@ msgstr ""
"vil blive valgt, før forhåndskonfiguration anvendes."
#. Tag: title
-#: preseed.xml:959
+#: preseed.xml:971
#, no-c-format
msgid "Partitioning example"
msgstr "Partitioneringseksempel"
#. Tag: screen
-#: preseed.xml:961
+#: preseed.xml:973
#, no-c-format
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
@@ -2198,6 +2231,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"
@@ -2205,18 +2252,24 @@ 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 ""
#. Tag: title
-#: preseed.xml:965
+#: preseed.xml:977
#, no-c-format
msgid "Partitioning using RAID"
msgstr "Partitionering med brug af RAID"
#. Tag: para
-#: preseed.xml:966
+#: preseed.xml:978
#, no-c-format
msgid ""
"You can also use preseeding to set up partitions on software RAID arrays. "
@@ -2228,7 +2281,7 @@ msgstr ""
"opretter degraded arrayer og specificerer ledige enheder."
#. Tag: para
-#: preseed.xml:972
+#: preseed.xml:984
#, no-c-format
msgid ""
"If you are using RAID 1, you can preseed grub to install to all devices used "
@@ -2238,7 +2291,7 @@ msgstr ""
"alle enheder brugt i tabellen; se <xref linkend=\"preseed-bootloader\"/>."
#. Tag: para
-#: preseed.xml:979
+#: preseed.xml:991
#, no-c-format
msgid ""
"This type of automated partitioning is easy to get wrong. It is also "
@@ -2254,7 +2307,7 @@ msgstr ""
"<filename>/var/log/syslog</filename> hvis du får problemer."
#. Tag: screen
-#: preseed.xml:989
+#: preseed.xml:1001
#, no-c-format
msgid ""
"# The method should be set to \"raid\".\n"
@@ -2360,13 +2413,13 @@ msgstr ""
"d-i partman/confirm_nooverwrite boolean true"
#. Tag: title
-#: preseed.xml:994
+#: preseed.xml:1006
#, no-c-format
msgid "Controlling how partitions are mounted"
msgstr "Kontrol af hvordan partitionerne monteres"
#. Tag: para
-#: preseed.xml:995
+#: preseed.xml:1007
#, no-c-format
msgid ""
"Normally, filesystems are mounted using a universally unique identifier "
@@ -2378,7 +2431,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1004
+#: preseed.xml:1016
#, no-c-format
msgid ""
"Devices with stable names, such as LVM logical volumes, will continue to use "
@@ -2388,7 +2441,7 @@ msgstr ""
"at bruge deres traditionelle navne frem for UUID'er."
#. Tag: para
-#: preseed.xml:1011
+#: preseed.xml:1023
#, no-c-format
msgid ""
"Traditional device names may change based on the order in which the kernel "
@@ -2404,7 +2457,7 @@ msgstr ""
"opførsel, når startet, være tilfældigt."
#. Tag: screen
-#: preseed.xml:1021
+#: preseed.xml:1033
#, no-c-format
msgid ""
"# The default is to mount by UUID, but you can also choose \"traditional\" "
@@ -2421,13 +2474,13 @@ msgstr ""
"#d-i partman/mount_style select uuid"
#. Tag: title
-#: preseed.xml:1027
+#: preseed.xml:1039
#, no-c-format
msgid "Base system installation"
msgstr "Installation af det grundlæggende system"
#. Tag: para
-#: preseed.xml:1028
+#: preseed.xml:1040
#, no-c-format
msgid ""
"There is actually not very much that can be preseeded for this stage of the "
@@ -2439,7 +2492,7 @@ msgstr ""
"kernen."
#. Tag: screen
-#: preseed.xml:1035
+#: preseed.xml:1047
#, no-c-format
msgid ""
"# Configure APT to not install recommended packages by default. Use of this\n"
@@ -2463,13 +2516,13 @@ msgstr ""
"#d-i base-installer/kernel/image string &kernelpackage;-686"
#. Tag: title
-#: preseed.xml:1040
+#: preseed.xml:1052
#, no-c-format
msgid "Apt setup"
msgstr "Apt-opsætning"
#. Tag: para
-#: preseed.xml:1041
+#: preseed.xml:1053
#, no-c-format
msgid ""
"Setup of the <filename>/etc/apt/sources.list</filename> and basic "
@@ -2483,7 +2536,7 @@ msgstr ""
"tilføje andre (lokale) arkiver."
#. Tag: screen
-#: preseed.xml:1049
+#: preseed.xml:1061
#, fuzzy, no-c-format
#| msgid ""
#| "# You can choose to install non-free and contrib software.\n"
@@ -2580,13 +2633,13 @@ msgstr ""
"#d-i apt-setup/multiarch string i386"
#. Tag: title
-#: preseed.xml:1054
+#: preseed.xml:1066
#, no-c-format
msgid "Package selection"
msgstr "Pakkevalg"
#. Tag: para
-#: preseed.xml:1055
+#: preseed.xml:1067
#, no-c-format
msgid ""
"You can choose to install any combination of tasks that are available. "
@@ -2596,67 +2649,67 @@ msgstr ""
"tilgængelige. Tilgængelige opgaver, da dette skrives, inkluderer:"
#. Tag: para
-#: preseed.xml:1063
+#: preseed.xml:1075
#, no-c-format
msgid "<userinput>standard</userinput> (standard tools)"
msgstr "<userinput>standard</userinput> (standardværktøjer)"
#. Tag: para
-#: preseed.xml:1066
+#: preseed.xml:1078
#, no-c-format
msgid "<userinput>desktop</userinput> (graphical desktop)"
msgstr "<userinput>desktop</userinput> (grafisk skrivebord)"
#. Tag: para
-#: preseed.xml:1069
+#: preseed.xml:1081
#, no-c-format
msgid "<userinput>gnome-desktop</userinput> (Gnome desktop)"
msgstr "<userinput>gnome-desktop</userinput> (GNOME-skrivebord)"
#. Tag: para
-#: preseed.xml:1072
+#: preseed.xml:1084
#, no-c-format
msgid "<userinput>xfce-desktop</userinput> (XFCE desktop)"
msgstr "<userinput>xfce-desktop</userinput> (XFCE-skrivebord)"
#. Tag: para
-#: preseed.xml:1075
+#: preseed.xml:1087
#, no-c-format
msgid "<userinput>kde-desktop</userinput> (KDE Plasma desktop)"
msgstr "<userinput>kde-desktop</userinput> (KDE Plasma-skrivebord)"
#. Tag: para
-#: preseed.xml:1078
+#: preseed.xml:1090
#, no-c-format
msgid "<userinput>cinnamon-desktop</userinput> (Cinnamon desktop)"
msgstr "<userinput>cinnamon-desktop</userinput> (Cinnamonskrivebord)"
#. Tag: para
-#: preseed.xml:1081
+#: preseed.xml:1093
#, no-c-format
msgid "<userinput>mate-desktop</userinput> (MATE desktop)"
msgstr "<userinput>mate-desktop</userinput> (MATE-skrivebord)"
#. Tag: para
-#: preseed.xml:1084
+#: preseed.xml:1096
#, no-c-format
msgid "<userinput>lxde-desktop</userinput> (LXDE desktop)"
msgstr "<userinput>lxde-desktop</userinput> (LXDE-skrivebord)"
#. Tag: para
-#: preseed.xml:1087
+#: preseed.xml:1099
#, no-c-format
msgid "<userinput>web-server</userinput> (web server)"
msgstr "<userinput>web-server</userinput> (netserver)"
#. Tag: para
-#: preseed.xml:1090
+#: preseed.xml:1102
#, no-c-format
msgid "<userinput>ssh-server</userinput> (SSH server)"
msgstr "<userinput>ssh-server</userinput> (SSH-server)"
#. Tag: para
-#: preseed.xml:1095
+#: preseed.xml:1107
#, no-c-format
msgid ""
"You can also choose to install no tasks, and force the installation of a set "
@@ -2668,7 +2721,7 @@ msgstr ""
"<userinput>standardopgaven</userinput>."
#. Tag: para
-#: preseed.xml:1101
+#: preseed.xml:1113
#, no-c-format
msgid ""
"If you want to install some individual packages in addition to packages "
@@ -2684,7 +2737,7 @@ msgstr ""
"kernes kommandolinje."
#. Tag: screen
-#: preseed.xml:1111
+#: preseed.xml:1123
#, no-c-format
msgid ""
"#tasksel tasksel/first multiselect standard, web-server, kde-desktop\n"
@@ -2703,13 +2756,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1116
+#: preseed.xml:1128
#, no-c-format
msgid "Boot loader installation"
msgstr "Installation af opstartsindlæseren"
#. Tag: screen
-#: preseed.xml:1118
+#: preseed.xml:1130
#, no-c-format
msgid ""
"<phrase arch=\"linux-any\"># Grub is the boot loader (for x86).</"
@@ -2758,7 +2811,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1120
+#: preseed.xml:1132
#, no-c-format
msgid ""
"An MD5 hash for a password for <classname>grub</classname> can be generated "
@@ -2770,13 +2823,13 @@ msgstr ""
"<xref linkend=\"preseed-account\"/>."
#. Tag: title
-#: preseed.xml:1130
+#: preseed.xml:1142
#, no-c-format
msgid "Finishing up the installation"
msgstr "Afslutning af installationen"
#. Tag: screen
-#: preseed.xml:1132
+#: preseed.xml:1144
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -2816,13 +2869,13 @@ msgstr ""
"#d-i debian-installer/exit/poweroff boolean true"
#. Tag: title
-#: preseed.xml:1137
+#: preseed.xml:1149
#, no-c-format
msgid "Preseeding other packages"
msgstr "Forhåndskonfiguration af andre pakker"
#. Tag: screen
-#: preseed.xml:1139
+#: preseed.xml:1151
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -2845,19 +2898,19 @@ msgstr ""
"# debconf-get-selections &gt;&gt; file"
#. Tag: title
-#: preseed.xml:1146
+#: preseed.xml:1158
#, no-c-format
msgid "Advanced options"
msgstr "Avancerede indstillinger"
#. Tag: title
-#: preseed.xml:1149
+#: preseed.xml:1161
#, no-c-format
msgid "Running custom commands during the installation"
msgstr "Kørsel af tilpassede kommandoer under installationen"
#. Tag: para
-#: preseed.xml:1150
+#: preseed.xml:1162
#, no-c-format
msgid ""
"A very powerful and flexible option offered by the preconfiguration tools is "
@@ -2868,7 +2921,7 @@ msgstr ""
"på bestemte steder under installationen."
#. Tag: para
-#: preseed.xml:1156
+#: preseed.xml:1168
#, no-c-format
msgid ""
"When the filesystem of the target system is mounted, it is available in "
@@ -2880,7 +2933,7 @@ msgstr ""
"monteret, er den tilgængelig under <filename>/cdrom</filename>."
#. Tag: screen
-#: preseed.xml:1164
+#: preseed.xml:1176
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -2907,13 +2960,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:1169
+#: preseed.xml:1181
#, no-c-format
msgid "Using preseeding to change default values"
msgstr "Brug af forhåndskonfiguration til at ændre standardværdier"
#. Tag: para
-#: preseed.xml:1170
+#: preseed.xml:1182
#, no-c-format
msgid ""
"It is possible to use preseeding to change the default answer for a "
@@ -2929,7 +2982,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1184
+#: preseed.xml:1196
#, no-c-format
msgid ""
"Note that the <quote>d-i</quote> owner should only be used for variables "
@@ -2939,7 +2992,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1191
+#: preseed.xml:1203
#, no-c-format
msgid ""
"If you are preseeding using boot parameters, you can make the installer ask "
@@ -2954,7 +3007,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:1201
+#: preseed.xml:1213
#, no-c-format
msgid ""
"For more debugging information, use the boot parameter "
@@ -2969,13 +3022,13 @@ msgstr ""
"installationsskripter."
#. Tag: title
-#: preseed.xml:1213
+#: preseed.xml:1225
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr "Kædeindlæsning af forhåndskonfigurerede filer"
#. Tag: para
-#: preseed.xml:1214
+#: preseed.xml:1226
#, no-c-format
msgid ""
"It is possible to include other preconfiguration files from a "
@@ -2992,7 +3045,7 @@ msgstr ""
"andre filer."
#. Tag: screen
-#: preseed.xml:1224
+#: preseed.xml:1236
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -3045,7 +3098,7 @@ msgstr ""
"#d-i preseed/run string foo.sh"
#. Tag: para
-#: preseed.xml:1226
+#: preseed.xml:1238
#, no-c-format
msgid ""
"It is also possible to chainload from the initrd or file preseeding phase, "
diff --git a/po/de/preseed.po b/po/de/preseed.po
index 3eef48a15..22accac7f 100644
--- a/po/de/preseed.po
+++ b/po/de/preseed.po
@@ -6,7 +6,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: 2020-04-05 21:55+0100\n"
"Last-Translator: Holger Wansing <hwansing@mailbox.org>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2261,7 +2261,98 @@ msgstr "Partitionierungsbeispiele"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2335,6 +2426,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"
@@ -2342,6 +2447,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 ""
diff --git a/po/el/preseed.po b/po/el/preseed.po
index 020cdaddd..5ede96c5d 100644
--- a/po/el/preseed.po
+++ b/po/el/preseed.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 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-07-07 17:30+0200\n"
"Last-Translator: galaxico <galas@tee.gr>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -2335,7 +2335,98 @@ msgstr "Παράδειγμα διαμέρισης"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2409,6 +2500,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"
@@ -2416,6 +2521,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 ""
diff --git a/po/es/preseed.po b/po/es/preseed.po
index f83acb8e6..8bf3358a4 100644
--- a/po/es/preseed.po
+++ b/po/es/preseed.po
@@ -35,7 +35,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2020-05-13 15:11+0000\n"
"Last-Translator: Camaleón <noelamac@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -2278,7 +2278,98 @@ msgstr "Ejemplo de particionado"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2352,6 +2443,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"
@@ -2359,6 +2464,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 ""
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index 2c80cd39c..0e88d4138 100644
--- a/po/fi/preseed.po
+++ b/po/fi/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Installation Guide 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: 2010-05-10 22:11+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -2473,6 +2473,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"
@@ -2480,6 +2494,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 ""
diff --git a/po/fr/preseed.po b/po/fr/preseed.po
index 48031cb71..d8efdbd62 100644
--- a/po/fr/preseed.po
+++ b/po/fr/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 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: 2020-04-25 16:19+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -2210,7 +2210,98 @@ msgstr "Exemples de partitionnement"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2284,6 +2375,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"
@@ -2291,6 +2396,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 ""
diff --git a/po/hu/preseed.po b/po/hu/preseed.po
index c5ba274e4..00f2a0dcf 100644
--- a/po/hu/preseed.po
+++ b/po/hu/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2007-03-18 19:17+0100\n"
"Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
"Language-Team: Hungarian\n"
@@ -2226,6 +2226,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"
@@ -2233,6 +2247,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 ""
diff --git a/po/it/preseed.po b/po/it/preseed.po
index bbffb9d33..93d870f07 100644
--- a/po/it/preseed.po
+++ b/po/it/preseed.po
@@ -7,7 +7,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: 2020-04-18 10:52+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -2233,7 +2233,98 @@ msgstr "Esempio di partizionamento"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2307,6 +2398,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"
@@ -2314,6 +2419,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 ""
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index 295ea3765..6e0c4510e 100644
--- a/po/ja/preseed.po
+++ b/po/ja/preseed.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2017-04-12 21:24+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -2326,6 +2326,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"
@@ -2333,6 +2347,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 ""
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index f0f820352..46a4ab8ad 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\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: 2020-04-21 09:46+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -2114,7 +2114,98 @@ msgstr "파티션 예제"
# 주의: 메시지 번역과 통일
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2188,6 +2279,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"
@@ -2195,6 +2300,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 ""
diff --git a/po/nb/preseed.po b/po/nb/preseed.po
index 1cf522508..64e85d504 100644
--- a/po/nb/preseed.po
+++ b/po/nb/preseed.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed_nb\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-08-31 08:32+0100\n"
"Last-Translator: \n"
"Language-Team: Norwegian Bokmål\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 ""
diff --git a/po/nl/preseed.po b/po/nl/preseed.po
index ca1b5cfc5..59ccafe0f 100644
--- a/po/nl/preseed.po
+++ b/po/nl/preseed.po
@@ -5,7 +5,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: 2020-04-04 21:34+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -2276,7 +2276,98 @@ msgstr "Een schijfindelingsvoorbeeld"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2350,6 +2441,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"
@@ -2357,6 +2462,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 ""
diff --git a/po/nn/preseed.po b/po/nn/preseed.po
index c63dca235..5b61b104d 100644
--- a/po/nn/preseed.po
+++ b/po/nn/preseed.po
@@ -5,7 +5,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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian nynorsk <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 ""
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 ""
diff --git a/po/pt/preseed.po b/po/pt/preseed.po
index 51ddb6762..92248abf0 100644
--- a/po/pt/preseed.po
+++ b/po/pt/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 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: 2020-04-02 22:32+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <kde-i18n-doc@kde.org>\n"
@@ -2217,7 +2217,98 @@ msgstr "Exemplo de particionamento"
#. Tag: screen
#: preseed.xml:973
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
+#| "# and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - 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"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\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"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# When disk encryption is enabled, skip wiping the partitions "
+#| "beforehand.\n"
+#| "#d-i partman-auto-crypto/erase_disks boolean false"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2291,6 +2382,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"
@@ -2298,6 +2403,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 ""
diff --git a/po/ro/preseed.po b/po/ro/preseed.po
index 08342dfe4..cbbd747a8 100644
--- a/po/ro/preseed.po
+++ b/po/ro/preseed.po
@@ -5,7 +5,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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian <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 ""
diff --git a/po/ru/preseed.po b/po/ru/preseed.po
index f6580c86a..9b00e735c 100644
--- a/po/ru/preseed.po
+++ b/po/ru/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 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: 2018-10-25 22:28+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -2385,6 +2385,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"
@@ -2392,6 +2406,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 ""
diff --git a/po/sv/preseed.po b/po/sv/preseed.po
index 85c533faf..c8307d26a 100644
--- a/po/sv/preseed.po
+++ b/po/sv/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 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-12-05 04:05+0000\n"
"Last-Translator: Kristoffer Grundström <kristoffer.grundstrom1983@gmail."
"com>\n"
@@ -2485,6 +2485,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"
@@ -2492,6 +2506,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 ""
diff --git a/po/tl/preseed.po b/po/tl/preseed.po
index f8d2e521b..aaf5b10e5 100644
--- a/po/tl/preseed.po
+++ b/po/tl/preseed.po
@@ -5,7 +5,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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Tagalog <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 ""
diff --git a/po/uk/preseed.po b/po/uk/preseed.po
index 13dd74e9f..d4b401f04 100644
--- a/po/uk/preseed.po
+++ b/po/uk/preseed.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed_uk\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-09-03 08:32+0100\n"
"Last-Translator: \n"
"Language-Team: Ukranian\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 ""
diff --git a/po/vi/preseed.po b/po/vi/preseed.po
index 58877bb98..028a9de0f 100644
--- a/po/vi/preseed.po
+++ b/po/vi/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 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: 2012-08-04 06:20+0700\n"
"Last-Translator: hailang <hailangvn@gmail.com>\n"
"Language-Team: MOST Project <du-an-most@lists.hanoilug.org>\n"
@@ -2464,6 +2464,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"
@@ -2471,6 +2485,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 ""
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 1a7783d29..73d55c1f4 100644
--- a/po/zh_CN/preseed.po
+++ b/po/zh_CN/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual\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: 2017-06-11 22:15+0800\n"
"Last-Translator: Yangfl <mmyangfl@gmail.com>\n"
"Language-Team: <debian-l10n-chinese@lists.debian.org>\n"
@@ -2313,6 +2313,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"
@@ -2320,6 +2334,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 ""
diff --git a/po/zh_TW/preseed.po b/po/zh_TW/preseed.po
index 8fa9e4323..2288274cc 100644
--- a/po/zh_TW/preseed.po
+++ b/po/zh_TW/preseed.po
@@ -5,7 +5,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: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.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 ""