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:
parent
b7f77e07b2
commit
3c0ee5ac10
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue