Merge pull request #124312 from tomfitzhenry/backport-serial-port-docs

[21.05] nixos/manual: document how to install over a serial port
This commit is contained in:
Jörg Thalheim 2021-05-25 08:29:17 +01:00 committed by GitHub
commit bc71efad3e
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>