summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorLuca Monducci <luca.mo@tiscali.it>2019-06-24 19:49:57 +0200
committerLuca Monducci <luca.mo@tiscali.it>2019-06-24 19:49:57 +0200
commit233efa3441d8f90d131dc7c276ee83cac0261316 (patch)
tree2d0658d644eb235755e5a8bba2488b07eb054858 /po
parentf5cc372b1b3174da8ec37767fe7bb1772234c8ae (diff)
parentb6b2c92725cbab11b8853070163abd9e8a13f6ff (diff)
downloadinstallation-guide-233efa3441d8f90d131dc7c276ee83cac0261316.zip
Merge branch 'master' of salsa.debian.org:installer-team/installation-guide
Diffstat (limited to 'po')
-rw-r--r--po/ca/preseed.po98
-rw-r--r--po/da/preseed.po148
-rw-r--r--po/de/preseed.po93
-rw-r--r--po/el/preseed.po13
-rw-r--r--po/es/preseed.po11
-rw-r--r--po/fi/preseed.po13
-rw-r--r--po/fr/preseed.po99
-rw-r--r--po/hu/preseed.po7
-rw-r--r--po/it/preseed.po93
-rw-r--r--po/ja/preseed.po97
-rw-r--r--po/ko/preseed.po93
-rw-r--r--po/nl/preseed.po97
-rw-r--r--po/nn/preseed.po7
-rw-r--r--po/pot/preseed.pot7
-rw-r--r--po/pt/preseed.po97
-rw-r--r--po/ro/preseed.po7
-rw-r--r--po/ru/preseed.po93
-rw-r--r--po/sv/preseed.po12
-rw-r--r--po/tl/preseed.po7
-rw-r--r--po/vi/preseed.po13
-rw-r--r--po/zh_CN/preseed.po11
-rw-r--r--po/zh_TW/preseed.po7
22 files changed, 996 insertions, 127 deletions
diff --git a/po/ca/preseed.po b/po/ca/preseed.po
index a859eb9d5..9691fe124 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2019-06-17 22:42+0200\n"
"Last-Translator: Guillem Jover <guillem@debian.org>\n"
"Language-Team: \n"
@@ -2179,9 +2179,8 @@ msgstr ""
"<filename>partman-auto-recipe.txt</filename> i <filename>partman-auto-raid-"
"recipe.txt</filename>, inclosos al paquet <classname>debian-installer</"
"classname>. Tots dos fitxers també es troben disponibles al <ulink url="
-"\"&url-d-i-doc-devel;\">repositori de fonts de &d-i;"
-"</ulink>. Adoneu-vos que la funcionalitat disponible pot canviar d'una "
-"versió a una altra."
+"\"&url-d-i-doc-devel;\">repositori de fonts de &d-i;</ulink>. Adoneu-vos que "
+"la funcionalitat disponible pot canviar d'una versió a una altra."
#. Tag: para
#: preseed.xml:960
@@ -2203,7 +2202,91 @@ msgstr "Exemple de particions"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2224,6 +2307,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/da/preseed.po b/po/da/preseed.po
index 87172d91a..73578fa44 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2018-12-28 11:40+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -483,20 +483,19 @@ msgid ""
msgstr ""
"For at angive en værdi til brug inden i &d-i;, så send bare "
"<userinput><replaceable>sti/til/variabel</replaceable>=<replaceable>værdi</"
-"replaceable></userinput> for enhver af variablerne vist i eksemplet i "
-"dette appendiks. hvis en værdi skal bruges til at konfigure pakker for "
+"replaceable></userinput> for enhver af variablerne vist i eksemplet i dette "
+"appendiks. hvis en værdi skal bruges til at konfigure pakker for "
"målsystemet, så skal du foranstille <firstterm>ejeren</firstterm><footnote> "
-"<para> Ejeren af en debconf-variabel (eller skabelon) er normalt navnet "
-"på pakken, der indeholder den tilsvarende debconf-skabelon. For variabler "
-"brugt i selve installationsprogrammet er ejeren <quote>d-i</quote>. "
-"Skabeloner og variabler kan have mere end en ejer, hvilket hjælper med at "
-"bestemme om de kan fjernes fra debconf-databasen, hvis pakken fjernes. "
-"</para> </footnote> af variablen som i "
-"<userinput><replaceable>ejer</replaceable>:<replaceable>sti/til/variabel</"
-"replaceable>=<replaceable>værdi</replaceable></userinput>. Hvis du ikke "
-"angiver ejeren, vil værdien for variablen ikke blive kopieret til debconf-"
-"databasen i målsystemet og forbliver dermed ubrugt under konfiguration af "
-"den relevante pakke."
+"<para> Ejeren af en debconf-variabel (eller skabelon) er normalt navnet på "
+"pakken, der indeholder den tilsvarende debconf-skabelon. For variabler brugt "
+"i selve installationsprogrammet er ejeren <quote>d-i</quote>. Skabeloner og "
+"variabler kan have mere end en ejer, hvilket hjælper med at bestemme om de "
+"kan fjernes fra debconf-databasen, hvis pakken fjernes. </para> </footnote> "
+"af variablen som i <userinput><replaceable>ejer</replaceable>:"
+"<replaceable>sti/til/variabel</replaceable>=<replaceable>værdi</"
+"replaceable></userinput>. Hvis du ikke angiver ejeren, vil værdien for "
+"variablen ikke blive kopieret til debconf-databasen i målsystemet og "
+"forbliver dermed ubrugt under konfiguration af den relevante pakke."
#. Tag: para
#: preseed.xml:336
@@ -641,14 +640,13 @@ msgstr ""
"For at illustrere dette er her nogle eksempler, som kan bruges ved "
"opstartsprompten: <informalexample><screen>\n"
"auto url=autoserver\n"
-"</screen></informalexample> Dette afhænger af, at der er en DHCP-server, "
-"som vil få maskinen til det punkt hvor <literal>autoserver</literal> kan "
-"slås op via DNS, måske efter tilføjelse af det lokale domæne, hvis det "
-"blev angivet af DHCP. Hvis dette blev gjort et sted hvor domænet er "
-"<literal>eksempel.com</literal>, og de har en fornuftig DHCP-opsætning, vil "
-"det medføre at filen med forhåndskonfigurationen hentes fra "
-"<literal>http://autoserver.eksempel.com/d-i/&releasename;/./preseed.cfg"
-"</literal>."
+"</screen></informalexample> Dette afhænger af, at der er en DHCP-server, som "
+"vil få maskinen til det punkt hvor <literal>autoserver</literal> kan slås op "
+"via DNS, måske efter tilføjelse af det lokale domæne, hvis det blev angivet "
+"af DHCP. Hvis dette blev gjort et sted hvor domænet er <literal>eksempel."
+"com</literal>, og de har en fornuftig DHCP-opsætning, vil det medføre at "
+"filen med forhåndskonfigurationen hentes fra <literal>http://autoserver."
+"eksempel.com/d-i/&releasename;/./preseed.cfg</literal>."
#. Tag: para
#: preseed.xml:415
@@ -673,20 +671,20 @@ msgid ""
msgstr ""
"Den sidste del af den adresse (<literal>d-i/&releasename;/./preseed.cfg</"
"literal>) tages fra <literal>auto-install/defaultroot</literal>. Som "
-"standard inkluderer dette at mappen <literal>&releasename;</literal> tillader "
-"fremtidige versioner at angive deres eget kodenavn og lade folk migrere "
-"videre på en kontrolleret måde. Delen <literal>/./</literal> bruges til at "
-"indikere en rod, relativ til hvilke efterfølgende stier kan forankres (for "
-"brug i preseed/include og pressed/run). Dette gør det det muligt at filer "
-"angives enten som fulde adresser, stier startende med / som dermed forankres "
-"eller endda stier relative til stedet hvor den sidste fil til "
+"standard inkluderer dette at mappen <literal>&releasename;</literal> "
+"tillader fremtidige versioner at angive deres eget kodenavn og lade folk "
+"migrere videre på en kontrolleret måde. Delen <literal>/./</literal> bruges "
+"til at indikere en rod, relativ til hvilke efterfølgende stier kan forankres "
+"(for brug i preseed/include og pressed/run). Dette gør det det muligt at "
+"filer angives enten som fulde adresser, stier startende med / som dermed "
+"forankres eller endda stier relative til stedet hvor den sidste fil til "
"forhåndskonfiguration blev fundet. Dette kan bruges til at konstruere mere "
"flytbare skripter, hvor et helt hierarki af skripter kan flyttes til en ny "
-"placering uden at blive ødelagt, for eksempel kopiere filerne ned på et "
-"USB-drev, når de startede på en internetserver. I dette eksempel, hvis filen "
-"til forhåndskonfiguration indstiller <literal>preseed/run</literal> til "
-"<literal>/scripts/late_command.sh</literal> så vil filen blive hentet "
-"fra <literal>http://autoserver.eksempel.com/d-i/&releasename;/./scripts/"
+"placering uden at blive ødelagt, for eksempel kopiere filerne ned på et USB-"
+"drev, når de startede på en internetserver. I dette eksempel, hvis filen til "
+"forhåndskonfiguration indstiller <literal>preseed/run</literal> til "
+"<literal>/scripts/late_command.sh</literal> så vil filen blive hentet fra "
+"<literal>http://autoserver.eksempel.com/d-i/&releasename;/./scripts/"
"late_command.sh</literal>."
#. Tag: para
@@ -704,12 +702,12 @@ msgid ""
"</screen></informalexample> The way this works is that:"
msgstr ""
"Hvis der ingen lokal DHCP- eller DNS-infrastruktur er, eller hvis du ikke "
-"ønsker at bruge standardstien til <filename>preseed.cfg</filename>, så kan du "
-"stadig bruge en eksplicit adresse, og hvis du ikke bruger "
-"<literal>/./</literal>-elementet, så vil det blive forankret til begyndelsen "
-"af stien (dvs. den tredje <literal>/</literal> i adressen). Her er et "
-"eksempel, der kræver minimal understøttelse fra den lokale "
-"netværksinfrastruktur: <informalexample><screen>\n"
+"ønsker at bruge standardstien til <filename>preseed.cfg</filename>, så kan "
+"du stadig bruge en eksplicit adresse, og hvis du ikke bruger <literal>/./</"
+"literal>-elementet, så vil det blive forankret til begyndelsen af stien "
+"(dvs. den tredje <literal>/</literal> i adressen). Her er et eksempel, der "
+"kræver minimal understøttelse fra den lokale netværksinfrastruktur: "
+"<informalexample><screen>\n"
"auto url=<replaceable>http://192.168.1.2/path/to/mypreseed.file</"
"replaceable>\n"
"</screen></informalexample> Måden dette fungerer på er:"
@@ -755,11 +753,11 @@ msgid ""
"</screen></informalexample> The classes could for example denote the type of "
"system to be installed, or the localization to be used."
msgstr ""
-"Udover at angive adressen, så kan du også angive indstillinger, som ikke "
-"har en direkte påvirkning på opførelsen hos selve &d-i;, men som kan sendes "
-"videre igennem til skripter angivet via <literal>preseed/run</literal> i "
-"den indlæste fil til forhåndskonfiguration. I øjeblikket er det eneste "
-"eksempel på dette <literal>auto-install/classes</literal>, der har et alias "
+"Udover at angive adressen, så kan du også angive indstillinger, som ikke har "
+"en direkte påvirkning på opførelsen hos selve &d-i;, men som kan sendes "
+"videre igennem til skripter angivet via <literal>preseed/run</literal> i den "
+"indlæste fil til forhåndskonfiguration. I øjeblikket er det eneste eksempel "
+"på dette <literal>auto-install/classes</literal>, der har et alias "
"<literal>classes</literal>. Dette kan bruges således: "
"<informalexample><screen>\n"
"auto url=<replaceable>example.com</replaceable> classes=<replaceable>class_A;"
@@ -805,9 +803,9 @@ msgstr ""
"<literal>auto=true priority=critical</literal> til kernens kommandolinje. "
"Kerneparameteren <literal>auto</literal> er et alias for <literal>auto-"
"install/enable</literal> og angivelse af den til <literal>true</literal> "
-"forsinker spørgsmålene om sprog og tastatur indtil efter, at der har været en "
-"mulighed for at forhåndskonfigurere dem, mens <literal>priority</literal> er "
-"et alias for <literal>debconf/priority</literal> og angivelse af den til "
+"forsinker spørgsmålene om sprog og tastatur indtil efter, at der har været "
+"en mulighed for at forhåndskonfigurere dem, mens <literal>priority</literal> "
+"er et alias for <literal>debconf/priority</literal> og angivelse af den til "
"<literal>critical</literal> stopper alle spørgsmål med en lavere prioritet i "
"at blive stillet."
@@ -1256,9 +1254,9 @@ msgid ""
"not the translated values. However, there are some questions (for example in "
"<classname>partman</classname>) where the translated values need to be used."
msgstr ""
-"De fleste spørgsmål skal forhåndskonfigureres via værdierne gyldige i engelsk "
-"ikke de oversatte værdier. Der er dog nogle spørgsmål (for eksempel i "
-"<classname>partman</classname>) hvor de oversatte værdier skal bruges."
+"De fleste spørgsmål skal forhåndskonfigureres via værdierne gyldige i "
+"engelsk ikke de oversatte værdier. Der er dog nogle spørgsmål (for eksempel "
+"i <classname>partman</classname>) hvor de oversatte værdier skal bruges."
#. Tag: para
#: preseed.xml:649
@@ -1690,12 +1688,14 @@ msgstr ""
"# Værdier fortolkes som sekunder.\n"
"#d-i netcfg/link_wait_timeout string 10\n"
"\n"
-"# Hvis du har en langsom dhcp-server og installationsprogrammet får tidsudløb\n"
+"# Hvis du har en langsom dhcp-server og installationsprogrammet får "
+"tidsudløb\n"
"# af at vente, så kan dette være nyttigt.\n"
"#d-i netcfg/dhcp_timeout string 60\n"
"#d-i netcfg/dhcpv6_timeout string 60\n"
"\n"
-"# Hvis du foretrækker at konfigurere netværket manuelt, så udkommenter denne\n"
+"# Hvis du foretrækker at konfigurere netværket manuelt, så udkommenter "
+"denne\n"
"# linje og den statiske netværkskonfiguration nedenfor.\n"
"#d-i netcfg/disable_autoconfig boolean true\n"
"\n"
@@ -1721,8 +1721,10 @@ msgstr ""
"#d-i netcfg/get_nameservers string fc00::1\n"
"#d-i netcfg/confirm_static boolean true\n"
"\n"
-"# Ethvert værtsnavn og domænenavne tildelt fra dhcp har forrang over værdier\n"
-"# angivet her. Indstilling af værdierne vil dog stadig forhindre spørgsmålene\n"
+"# Ethvert værtsnavn og domænenavne tildelt fra dhcp har forrang over "
+"værdier\n"
+"# angivet her. Indstilling af værdierne vil dog stadig forhindre "
+"spørgsmålene\n"
"# i at blive vist, selv hvis værdierne kommer fra dhcp.\n"
"d-i netcfg/get_hostname string unassigned-hostname\n"
"d-i netcfg/get_domain string unassigned-domain\n"
@@ -1739,7 +1741,8 @@ msgstr ""
"#d-i netcfg/dhcp_hostname string radish\n"
"\n"
"# Hvis non-free (ufri) firmware er krævet for netværket eller andet udstyr,\n"
-"# så kan du konfigurere installationsprogrammet til altid at prøve at indlæse\n"
+"# så kan du konfigurere installationsprogrammet til altid at prøve at "
+"indlæse\n"
"# det uden at spørge. Eller ændre til falsk (false) for at deaktivere\n"
"# spørgsmål.\n"
"#d-i hw-detect/load_firmware boolean true"
@@ -1775,7 +1778,8 @@ msgid ""
"#d-i network-console/password password r00tme\n"
"#d-i network-console/password-again password r00tme"
msgstr ""
-"# Brug de følgende indstillinger, hvis du ønsker at gøre brug af komponenten\n"
+"# Brug de følgende indstillinger, hvis du ønsker at gøre brug af "
+"komponenten\n"
"# network-console for ekstern installation over SSH. Dette giver kun mening\n"
"# hvis du forventer at udføre den resterende installation manuelt.\n"
"#d-i anna/choose_modules string network-console\n"
@@ -1800,8 +1804,8 @@ msgid ""
msgstr ""
"Afhængig af installationsmetoden du anvender, kan et spejl bruges til at "
"hente yderligere komponenter for installationsprogrammet, for at installere "
-"det grundlæggende system og opsætte <filename>/etc/apt/sources.list</filename> "
-"for det installerede system."
+"det grundlæggende system og opsætte <filename>/etc/apt/sources.list</"
+"filename> for det installerede system."
#. Tag: para
#: preseed.xml:862
@@ -1825,11 +1829,12 @@ msgid ""
"value and there should be no need to set this."
msgstr ""
"Parameteren <classname>mirror/udeb/suite</classname> bestemmer programpakken "
-"for yderligere komponenter for installationsprogrammet. Den er kun nyttigt at "
-"angive denne, hvis komponenterne faktisk hentes over netværket og skal matche "
-"programpakken, som blev brugt til at bygge initrd'en for installationsmetoden "
-"brugt for installationen. Normalt vil installationsprogrammet automatisk "
-"brug den korrekte værdi og der bør derfor ikke være behov for at angive denne."
+"for yderligere komponenter for installationsprogrammet. Den er kun nyttigt "
+"at angive denne, hvis komponenterne faktisk hentes over netværket og skal "
+"matche programpakken, som blev brugt til at bygge initrd'en for "
+"installationsmetoden brugt for installationen. Normalt vil "
+"installationsprogrammet automatisk brug den korrekte værdi og der bør derfor "
+"ikke være behov for at angive denne."
#. Tag: screen
#: preseed.xml:878
@@ -2042,8 +2047,8 @@ msgid ""
"or a recipe included in the preconfiguration file."
msgstr ""
"Brug af forhåndskonfiguration til at partitionere harddisken er begrænset "
-"til det som <classname>partman-auto</classname> understøtter. Du kan vælge at "
-"partitionere enten eksisterende fri plads på en disk eller en hel disk. "
+"til det som <classname>partman-auto</classname> understøtter. Du kan vælge "
+"at partitionere enten eksisterende fri plads på en disk eller en hel disk. "
"Layouttet på disken kan bestemmes ved at bruge en på forhånd defineret "
"opskrift, en brugeropskrift fra en opskriftsfil eller en opskrift inkluderet "
"i forhåndskonfigurationsfilen."
@@ -2076,9 +2081,9 @@ msgstr ""
"af opskrifter. Se filerne <filename>partman-auto-recipe.txt</filename> og "
"<filename>partman-auto-raid-recipe.txt</filename> inkluderet i pakken "
"<classname>debian-installer</classname> for alle detaljer. Begge filer er "
-"også tilgængelig fra <ulink url=\"&url-d-i-doc-devel;\">&d-i; "
-"kildearkivet</ulink>. Bemærk at den understøttede funktionalitet kan ændre "
-"sig mellem udgivelser."
+"også tilgængelig fra <ulink url=\"&url-d-i-doc-devel;\">&d-i; kildearkivet</"
+"ulink>. Bemærk at den understøttede funktionalitet kan ændre sig mellem "
+"udgivelser."
#. Tag: para
#: preseed.xml:960
@@ -2121,6 +2126,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/de/preseed.po b/po/de/preseed.po
index fcc4efdf0..6544a30c0 100644
--- a/po/de/preseed.po
+++ b/po/de/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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2018-06-03 09:14+0200\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2238,7 +2238,91 @@ msgstr "Partitionierungsbeispiele"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2259,6 +2343,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/el/preseed.po b/po/el/preseed.po
index 76f369661..73d34caa5 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2013-05-01 16:45+0300\n"
"Last-Translator: galaxico <galaxico@quad-nrg.net>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -2304,9 +2304,9 @@ msgstr ""
"<filename>partman-auto-recipe.txt</filename> και <filename>partman-auto-raid-"
"recipe.txt</filename> που περιλαμβάνονται στο πακέτο <classname>debian-"
"installer</classname>. Και τα δύο αυτά αρχεία είναι επίσης διαθέσιμα από τον "
-"σύνδεσμο <ulink url=\"&url-d-i-doc-devel;\">&d-i; source repository</"
-"ulink>. Σημειώστε ότι η υποστηριζόμενη λειτουργικότητα πιθανόν να "
-"μεταβάλλεται μεταξύ διαφορετικών εκδόσεων."
+"σύνδεσμο <ulink url=\"&url-d-i-doc-devel;\">&d-i; source repository</ulink>. "
+"Σημειώστε ότι η υποστηριζόμενη λειτουργικότητα πιθανόν να μεταβάλλεται "
+"μεταξύ διαφορετικών εκδόσεων."
#. Tag: para
#: preseed.xml:960
@@ -2430,6 +2430,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/es/preseed.po b/po/es/preseed.po
index c942ab296..b39d1a337 100644
--- a/po/es/preseed.po
+++ b/po/es/preseed.po
@@ -34,7 +34,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2017-04-07 16:43+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -2287,8 +2287,8 @@ msgstr ""
"<filename>partman-auto-recipe.txt</filename> y <filename>partman-auto-raid-"
"recipe.txt</filename>, incluidos en el paquete <classname>debian-installer</"
"classname>. Ambos ficheros también están disponibles desde el <ulink url="
-"\"&url-d-i-doc-devel;\">repositorio de fuentes de &d-i;</ulink>. "
-"Tenga en cuenta que la funcionalidad permitida puede variar entre diferentes "
+"\"&url-d-i-doc-devel;\">repositorio de fuentes de &d-i;</ulink>. Tenga en "
+"cuenta que la funcionalidad permitida puede variar entre diferentes "
"publicaciones."
#. Tag: para
@@ -2413,6 +2413,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index 5957e5d12..5723e305a 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -2257,9 +2257,9 @@ msgstr ""
"käytöstä. Lisätietoja löytyy tiedostoista <filename>partman-auto-recipe.txt</"
"filename> ja <filename>partman-auto-raid-recipe.txt</filename> "
"asennuspaketista <classname>debian-installer</classname>. Molemmat tiedostot "
-"ovat saatavilla myös <ulink url=\"&url-d-i-doc-devel;"
-"\">&d-i; lähdekoodivarastoalueelta</ulink>. Huomaa, että tuettu "
-"toiminnallisuus voi muuttua julkaisujen välillä."
+"ovat saatavilla myös <ulink url=\"&url-d-i-doc-devel;\">&d-i; "
+"lähdekoodivarastoalueelta</ulink>. Huomaa, että tuettu toiminnallisuus voi "
+"muuttua julkaisujen välillä."
#. Tag: para
#: preseed.xml:960
@@ -2383,6 +2383,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/fr/preseed.po b/po/fr/preseed.po
index e4549d312..76706fbab 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2017-04-27 19:20+0200\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -2165,9 +2165,9 @@ msgstr ""
"<filename>partman-auto-recipe.txt</filename> et <filename>partman-auto-raid-"
"recipe.txt</filename> qui font partie du paquet <classname>debian-installer</"
"classname>. Ces deux fichiers sont aussi disponibles dans le répertoire "
-"source de <ulink url=\"&url-d-i-doc-devel;\">l'&d-i;</ulink>. Il faut "
-"noter que les fonctionnalités disponibles peuvent changer d'une version à "
-"l'autre de l'installateur."
+"source de <ulink url=\"&url-d-i-doc-devel;\">l'&d-i;</ulink>. Il faut noter "
+"que les fonctionnalités disponibles peuvent changer d'une version à l'autre "
+"de l'installateur."
#. Tag: para
#: preseed.xml:960
@@ -2189,7 +2189,91 @@ msgstr "Exemples de partitionnement"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2210,6 +2294,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/hu/preseed.po b/po/hu/preseed.po
index 1233a39f9..2e14247e0 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -2136,6 +2136,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/it/preseed.po b/po/it/preseed.po
index d4a7f9b60..31aba8b94 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2017-04-15 11:34+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -2211,7 +2211,91 @@ msgstr "Esempio di partizionamento"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2232,6 +2316,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index 8b835d4f8..4a025e12b 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -2079,8 +2079,8 @@ msgstr ""
"は、<classname>debian-installer</classname> パッケージにある、"
"<filename>partman-auto-recipe.txt</filename> と <filename>partman-auto-raid-"
"recipe.txt</filename> をご覧ください。どちらのファイルも <ulink url=\"&url-d-"
-"i-doc-devel;\">&d-i; ソースリポジトリ</ulink> にもあります。リリースご"
-"とに、サポートする機能が変更されることがありますので、注意してください。"
+"i-doc-devel;\">&d-i; ソースリポジトリ</ulink> にもあります。リリースごとに、"
+"サポートする機能が変更されることがありますので、注意してください。"
#. Tag: para
#: preseed.xml:960
@@ -2102,7 +2102,91 @@ msgstr "パーティション分割の例"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2123,6 +2207,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index 4f66c2d5d..abdfdb380 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2019-06-13 01:44+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -2092,7 +2092,91 @@ msgstr "파티션 예제"
# 주의: 메시지 번역과 통일
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2113,6 +2197,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/nl/preseed.po b/po/nl/preseed.po
index 6b665b3f3..1a55bbfcd 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2017-04-17 20:29+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -2230,8 +2230,8 @@ msgstr ""
"informatie de bestanden <filename>partman-auto-recipe.txt</filename> en "
"<filename>partman-auto-raid-recipe.txt</filename> uit het pakket "
"<classname>debian-installer</classname>. Beide bestanden zijn ook te vinden "
-"in het <ulink url=\"&url-d-i-doc-devel;\">depot van de broncode van "
-"&d-i;</ulink>. Merk op dat tussen verschillende releases de ondersteunde "
+"in het <ulink url=\"&url-d-i-doc-devel;\">depot van de broncode van &d-i;</"
+"ulink>. Merk op dat tussen verschillende releases de ondersteunde "
"functionaliteit veranderingen kan ondergaan."
#. Tag: para
@@ -2255,7 +2255,91 @@ msgstr "Een schijfindelingsvoorbeeld"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2276,6 +2360,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/nn/preseed.po b/po/nn/preseed.po
index 75c7c1ef5..e4181e425 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -1618,6 +1618,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot
index 2ff36d208..9c3b2ee11 100644
--- a/po/pot/preseed.pot
+++ b/po/pot/preseed.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1618,6 +1618,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/pt/preseed.po b/po/pt/preseed.po
index 0f639d106..57775d010 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2017-04-13 21:40+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <kde-i18n-doc@kde.org>\n"
@@ -2170,8 +2170,8 @@ msgstr ""
"<filename>partman-auto-recipe.txt</filename> e <filename>partman-auto-raid-"
"recipe.txt</filename> incluídos no pacote <classname>debian-installer</"
"classname>. Ambos os ficheiros também estão também disponíveis a partir do "
-"<ulink url=\"&url-d-i-doc-devel;\">repositório de código-fonte do &d-"
-"i;</ulink>. Note que a funcionalidade suportada pode ser alterada entre "
+"<ulink url=\"&url-d-i-doc-devel;\">repositório de código-fonte do &d-i;</"
+"ulink>. Note que a funcionalidade suportada pode ser alterada entre "
"lançamentos."
#. Tag: para
@@ -2195,7 +2195,91 @@ msgstr "Exemplo de particionamento"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2216,6 +2300,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/ro/preseed.po b/po/ro/preseed.po
index bd71a213e..5a2e60a72 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -1618,6 +1618,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/ru/preseed.po b/po/ru/preseed.po
index 71b78ff3c..b7b785f6c 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -2162,7 +2162,91 @@ msgstr "Пример разметки"
#. Tag: screen
#: preseed.xml:971
-#, 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"
+#| "# 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"
@@ -2183,6 +2267,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/sv/preseed.po b/po/sv/preseed.po
index 57c76913f..1d443a058 100644
--- a/po/sv/preseed.po
+++ b/po/sv/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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+0000\n"
"PO-Revision-Date: 2012-07-31 00:19+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -2281,9 +2281,8 @@ msgstr ""
"användas. För deltajerad information se filerna <filename>partman-auto-"
"recipe.txt</filename> och <filename>partman-auto-raid-recipe.txt</filename> "
"inkluderade i paketet <classname>debian-installer</classname>. Båda filerna "
-"finns också i <ulink url=\"&url-d-i-doc-devel;\">&d-i;s "
-"källkodsförråd</ulink>. Observera att funktionaliteten som stöds kan skifta "
-"mellan utgåvor."
+"finns också i <ulink url=\"&url-d-i-doc-devel;\">&d-i;s källkodsförråd</"
+"ulink>. Observera att funktionaliteten som stöds kan skifta mellan utgåvor."
#. Tag: para
#: preseed.xml:960
@@ -2393,6 +2392,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/tl/preseed.po b/po/tl/preseed.po
index 27a1d7e71..ee51b5846 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -1618,6 +1618,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/vi/preseed.po b/po/vi/preseed.po
index dac708d3c..188efa32a 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -2247,9 +2247,9 @@ msgstr ""
"thức. Để tìm thông tin chi tiết, xem hai tập tin <filename>partman-auto-"
"recipe.txt</filename> và <filename>partman-auto-raid-recipe.txt</filename> "
"trong gói <classname>debian-installer</classname>. Cả hai tập tin này cũng "
-"có sẵn từ the <ulink url=\"&url-d-i-doc-devel;\">kho nguồn &d-i;</"
-"ulink>. Ghi chú rằng chức năng được hỗ trợ vẫn có thể thay đổi giữa hai lần "
-"phát hành."
+"có sẵn từ the <ulink url=\"&url-d-i-doc-devel;\">kho nguồn &d-i;</ulink>. "
+"Ghi chú rằng chức năng được hỗ trợ vẫn có thể thay đổi giữa hai lần phát "
+"hành."
#. Tag: para
#: preseed.xml:960
@@ -2373,6 +2373,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index c9db3da48..4123f4cf8 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -2099,8 +2099,8 @@ msgstr ""
"下面的例子仅提供了使用方案的最基本信息。详细的内容清参考文件 "
"<filename>partman-auto-recipe.txt</filename> 和 <filename>partman-auto-raid-"
"recipe.txt</filename>,它们含在 <classname>debian-installer</classname> 软件"
-"包里。这两个文件也可以从 <ulink url=\"&url-d-i-doc-devel;\">&d-i; "
-"source repository</ulink>获取。注意不同发布版支持的功能会有所改变。"
+"包里。这两个文件也可以从 <ulink url=\"&url-d-i-doc-devel;\">&d-i; source "
+"repository</ulink>获取。注意不同发布版支持的功能会有所改变。"
#. Tag: para
#: preseed.xml:960
@@ -2223,6 +2223,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
diff --git a/po/zh_TW/preseed.po b/po/zh_TW/preseed.po
index 71bee2d14..4ff8770a0 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: 2018-06-03 06:59+0000\n"
+"POT-Creation-Date: 2019-06-22 16:23+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"
@@ -1618,6 +1618,11 @@ msgid ""
"# - crypto: use LVM within an encrypted partition\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# You can define the amount of space that will be used for the LVM volume\n"
+"# group. It can either be a size with its unit (eg. 20 GB), a percentage of\n"
+"# free space or the 'max' keyword.\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# If one of the disks that are going to be automatically partitioned\n"
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"