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

https://github.com/NixOS/nixpkgs/issues/58198
master
Tom Fitzhenry 2021-04-10 19:06:17 +10:00
parent ecd2d63dfd
commit 81e04717e8
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>