Skip to content

Commit 76b4d63

Browse files
authored
Merge pull request #95572 from jldohmann/OCPBUGS-29961
[enterprise-4.17] OCPBUGS-29961: fix baud rate
2 parents 7c9f36f + d94a322 commit 76b4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ coreos-installer install \
2525
----
2626
+
2727
<1> The desired secondary console. In this case, the graphical console. Omitting this option will disable the graphical console.
28-
<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.
28+
<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.
2929
+
3030
. Reboot into the installed system.
3131
+

0 commit comments

Comments
 (0)