Skip to content

Commit 410705f

Browse files
committed
remove old config option
1 parent 8407ec3 commit 410705f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/asciidoc/computers/configuration/raspi-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Enable or disable the serial connection hardware.
551551

552552
[source,console]
553553
----
554-
$ sudo raspi-config nonint do_serial_hw <0/1/2>
554+
$ sudo raspi-config nonint do_serial_hw <0/1>
555555
----
556556

557557
* `0`: enable serial port
@@ -564,7 +564,7 @@ Enable or disable shell and kernel messages on the serial connection.
564564

565565
[source,console]
566566
----
567-
$ sudo raspi-config nonint do_serial_cons <0/1/2>
567+
$ sudo raspi-config nonint do_serial_cons <0/1>
568568
----
569569

570570
* `0`: enable console over serial port

0 commit comments

Comments
 (0)