Correct serial console device name

According to marmarek /dev/ttyS* is the correct device.

I don't have suitable machine on hand to truly confirm, but memory and
docs suggest he's right.
This commit is contained in:
Jean-Philippe Ouellet 2016-11-20 19:44:22 -05:00
parent d89cd3be45
commit 0f08f44113
No known key found for this signature in database
GPG Key ID: E7E455013D042EA1

View File

@ -59,7 +59,7 @@ If you use the serial console as normal (via e.g. getty on ttyX, and logging in
Ideally, you would take input from your trusted keyboard, and only send the output over the serial cable via e.g. disabling getty and using:
~~~
script -f /dev/tty0
script -f /dev/ttyS0
~~~
You don't even need to connect the TX pin.