diff options
-rw-r--r-- | nl/appendix/preseed.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/nl/appendix/preseed.xml b/nl/appendix/preseed.xml index 1af15793e..642e34040 100644 --- a/nl/appendix/preseed.xml +++ b/nl/appendix/preseed.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 56425 untranslated --> +<!-- original version: 56510 untranslated --> <!-- Be careful with the format of this file as it is parsed to generate @@ -605,7 +605,8 @@ There are a few rules to keep in mind when writing a preconfiguration file. A line can be split into multiple lines by appending a backslash (<quote><literal>\</literal></quote>) as the line continuation character. A good place to split a line is after the question name; a bad place is - between type and value. + between type and value. Split lines will be joined into a single line + with all leading/trailing whitespace condensed to a single space. </para></listitem> <listitem><para> For debconf variables (templates) used in the installer itself, the @@ -713,7 +714,10 @@ these questions have been asked. </para><para> -The locale can be used to specify both language and country. +The locale can be used to specify both language and country and can be any +combination of a language supported by &d-i; and a recognized country. If +the combination does not form a valid locale, the installer will automatically +select a locale that is valid for the selected language. To specify the locale as a boot parameter, use <userinput>locale=<replaceable>en_US</replaceable></userinput>. |