Merge pull request #118993 from tomfitzhenry/serial-doc

nixos/manual: document how to install over a serial port
This commit is contained in:
Samuel Dionne-Riel 2021-05-24 15:26:23 -04:00 committed by GitHub
commit db3199f8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,12 @@
to increase the font size.
</para>
<para>
To install over a serial port connect with <literal>115200n8</literal>
(e.g. <command>picocom -b 115200 /dev/ttyUSB0</command>). When the
bootloader lists boot entries, select the serial console boot entry.
</para>
<section xml:id="sec-installation-booting-networking">
<title>Networking in the installer</title>