diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 4 | ||||
-rw-r--r-- | en/boot-installer/parameters.xml | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 64bfda9cb..cfbf9706e 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -365,8 +365,8 @@ alias, which translates to <literal>tasksel:tasksel/first</literal>. </para><para> -A <quote>--</quote> in the boot options has special meaning. Kernel -parameters that appear after the last <quote>--</quote> may be copied +A <quote>---</quote> in the boot options has special meaning. Kernel +parameters that appear after the last <quote>---</quote> may be copied into the bootloader configuration for the installed system (if supported by the installer for the bootloader). The installer will automatically filter out any options (like preconfiguration options) that it recognizes. diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 53217ed39..9705329eb 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -46,7 +46,9 @@ your serial device, which is usually something like You may need to specify parameters for the serial port, such as speed and parity, for instance <userinput>console=ttyS0,9600n8</userinput>; other typical -speeds may be 57600 or 115200. +speeds may be 57600 or 115200. Be sure to specify this option after +<quote>---</quote>, so that it is copied into the bootloader configuration for +the installed system (if supported by the installer for the bootloader). </para><para> |