nixos/manual: document how to install over a serial port

https://github.com/NixOS/nixpkgs/issues/58198
(cherry picked from commit 81e04717e8f30496ec9ec9edb6b0588deca41ee2)
This commit is contained in:
Tom Fitzhenry 2021-04-10 19:06:17 +10:00
parent b7f77e07b2
commit 3c0ee5ac10
1 changed files with 6 additions and 0 deletions

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>