Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distro/RHEL/AMI: set the ttyS0 as primary console (RHEL-32885) #617

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

thozza
Copy link
Member

@thozza thozza commented Apr 19, 2024

Current RHEL AMIs have two console parameters 'console=ttyS0,115200n8 console=tty0', which set tty0 as the primary console. As a result, we have less information printed than the RHEL guest image, Amazon Linux and Ubuntu during the boot. To keep this setting consistent with RHEL guest image and make it more useful for boot debug, set the ttyS0 as the primary console.

Current RHEL AMIs have two console parameters
'console=ttyS0,115200n8 console=tty0', which set tty0 as the primary
console. As a result, we have less information printed than the RHEL
guest image, Amazon Linux and Ubuntu during the boot. To keep this
setting consistent with RHEL guest image and make it more useful for
boot debug, set the ttyS0 as the primary console.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
@achilleas-k achilleas-k added this pull request to the merge queue Apr 19, 2024
Merged via the queue into osbuild:main with commit 58cacb4 Apr 19, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants