-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: Fix the role for UEFI systems #90
Conversation
[citest] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #90 +/- ##
=========================================
+ Coverage 0 78.43% +78.43%
=========================================
Files 0 2 +2
Lines 0 255 +255
=========================================
+ Hits 0 200 +200
- Misses 0 55 +55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I provisioned a PowerPC machine in Beaker, and it uses grub, my tests passed on it. |
[citest] |
2 similar comments
[citest] |
[citest] |
- Regenerate grub config properly - Fix __bootloader_uefi_ directories for other than RHEL distributions - Add a note about supported architectuers in README - Fix licence - Use a general grub conf path if UEFI path is a stub
[citest] |
Enhancement: Fix the role for UEFI systems
Reason: On UEFI systems, grub config might not have a full config, but a stub that redirects to a common config in
/boot/grub2/grub.cfg
.Result: The role works properly on both BIOS on UEFI systems