Skip to content

Conversation

@jeckersb
Copy link
Collaborator

@jeckersb jeckersb commented Oct 21, 2025

Claude pointed this out while I was working on something else
completely unrelated. But it looks like somewhere along the way
114800 snuck its way in and probably got copy/pasted into a few
places. The maximum baud rate is 115200[1], and that is the more
typical usage.

[1] https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html

Signed-off-by: John Eckersberg jeckersb@redhat.com

@github-actions github-actions bot added area/install Issues related to `bootc install` area/documentation Updates to the documentation labels Oct 21, 2025
@bootc-bot bootc-bot bot requested a review from henrywang October 21, 2025 20:46
@jeckersb
Copy link
Collaborator Author

(If there's some reason it was purposefully like this, please chime in!)

Claude pointed this out while I was working on something else
completely unrelated.  But it looks like somewhere along the way
114800 snuck its way in and probably got copy/pasted into a few
places.  The maximum baud rate is 115200[1], and that is the more
typical usage.

[1] https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request corrects an erroneous baud rate value of 114800 to the standard 115200 across several files. The changes are consistent and correctly address the issue in a Dockerfile, a Rust documentation comment, and a markdown documentation file. I have one suggestion to improve maintainability in the Dockerfile by using a variable for the baud rate. Otherwise, the fix is straightforward and correct.

@jeckersb jeckersb enabled auto-merge (rebase) October 21, 2025 20:55
@jeckersb jeckersb merged commit 84c7a19 into bootc-dev:main Oct 21, 2025
16 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation Updates to the documentation area/install Issues related to `bootc install`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants