Skip to content

Commit e409bc1

Browse files
committed
OCPBUGS-29961: fix baud rate
1 parent 12e9a50 commit e409bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-user-infra-machines-advanced-enabling-serial-console.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif::[]
3939
----
4040
+
4141
<1> The desired secondary console. In this case, the graphical console. Omitting this option will disable the graphical console.
42-
<2> The desired primary console. In this case the serial console. The `options` field defines the baud rate and other settings. A common value for this field is `11520n8`. If no options are provided, the default kernel value of `9600n8` is used. For more information on the format of this option, see link:https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html[Linux kernel serial console] documentation.
42+
<2> The desired primary console. In this case the serial console. The `options` field defines the baud rate and other settings. A common value for this field is `115200n8`. If no options are provided, the default kernel value of `9600n8` is used. For more information on the format of this option, see link:https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html[Linux kernel serial console] documentation.
4343
+
4444
. Reboot into the installed system.
4545
+
@@ -52,4 +52,4 @@ To configure a PXE installation, make sure the `coreos.inst.install_dev` kernel
5252

5353
ifeval::["{context}" == "installing-restricted-networks-bare-metal"]
5454
:!restricted:
55-
endif::[]
55+
endif::[]

0 commit comments

Comments
 (0)