voxpupuli / puppet-augeasproviders_grub

Augeas-based grub type and providers
Apache License 2.0
9 stars 33 forks source link

Update BLS kernel options on EL >= 9.3 #98

Closed silug closed 1 month ago

silug commented 1 month ago

Pull Request (PR) description

This adds a required parameter --update-bls-cmdline to grub2-mkconfig on EL 9.3 and higher.

All credit goes to @loicbr for the suggestion in https://github.com/voxpupuli/puppet-augeasproviders_grub/issues/95#issuecomment-2056423827.

Note that this fixes beaker tests on EL 9 that are failing without the change. This can be confirmed with

BEAKER_SETFILE=rocky9-64 BEAKER_HYPERVISOR=vagrant bundle exec rake beaker

This Pull Request (PR) fixes the following issues

Fixes #95