mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
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:
parent
d89cd3be45
commit
0f08f44113
@ -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:
|
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.
|
You don't even need to connect the TX pin.
|
||||||
|
Loading…
Reference in New Issue
Block a user