content
content copied to clipboard
Introduce an uefi version of disable_interactive_boot
Description:
This PR adds a new rule based on grub2_disable_interactive_boot
The new rule differs from the original one, as it uses the template which makes it uefi-aware, and the template also doesn't allow to narrow down what module arguments are OK and what aren't, so none are allowed.
Rationale:
-
Both legacy and uefi versions of bootloader rules are needed - UEFI is the future, and legacy BIOS is still used on many places.
-
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2106857
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
Start a new ephemeral environment with changes proposed in this pull request:
rhel8 (from CTF) Environment (using Fedora as testing environment)
Code Climate has analyzed commit 7d581b51 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 42.7% (0.0% change).
View more on Code Climate.
@matejak What is your plan?
The BZ has been fixed by another means, and refactoring of grub2 rules should become a coordinated effort, so closing for the time being.