-
Notifications
You must be signed in to change notification settings - Fork 36
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
Extend container-uefi with fix for vconsole keymap #1323
Extend container-uefi with fix for vconsole keymap #1323
Conversation
/test-tmt |
Expected to fail without the PR but I want to verify that behavior. |
I am wondering why the test called from the Anaconda PR (rhinstaller/anaconda#5952 (comment)) failed.
|
It is fix for https://bugzilla.redhat.com/show_bug.cgi?id=1890085 https://issues.redhat.com/browse/INSTALLER-2537 Currently, virtual console is not correctly set from localed on an ostree installations. To resolve this issue let's put the vconsole.keymap to the installed system kernel arguments.
445f650
to
ffac0f4
Compare
Honestly not sure but it looks that the issue was in my changes. With the newest changes it looks fixed locally. Maybe that |
/test-tmt |
1 similar comment
/test-tmt |
/test-os-variants |
The test-os-variants won't work because my patch was just merged so it is not yet part of the Rawhide. Do we want to wait for the release? |
Maybe let's wait for daily-iso and merge? |
I see even the TMT is using Rawhide ISO. In that case we should probably wait for release. That is a pain honestly. |
In general I'd be OK for merging just with
|
/test-os-variants |
1 similar comment
/test-os-variants |
/test-tmt |
Not blocked anymore. Changes are part of Rawhide now. @rvykydal could you please do a review of this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
It is fix for
https://bugzilla.redhat.com/show_bug.cgi?id=1890085 https://issues.redhat.com/browse/INSTALLER-2537
Currently, virtual console is not correctly set from localed on an ostree installations. To resolve this issue let's put the
vconsole.keymap
to the installed system kernel arguments.Depends on rhinstaller/anaconda#5952