diff options
author | Frans Pop <elendil@planet.nl> | 2008-10-25 21:18:58 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-10-25 21:18:58 +0000 |
commit | c44c61370e5189185f683332a52917d0a4e7f1d3 (patch) | |
tree | ab230e70ad340b4461dfec6865aacbc8fada8ce5 /nl | |
parent | 7efe353af14379f745c9f228b4b359189410566c (diff) | |
download | installation-guide-c44c61370e5189185f683332a52917d0a4e7f1d3.zip |
Update of untranslated docs
Diffstat (limited to 'nl')
-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>. |