#2392 Issue closed
: Rename GRUB2_MODULES and GRUB2_MODULES_LOAD into GRUB2_MODULES_UEFI and GRUB2_MODULES_UEFI_LOAD¶
Labels: cleanup
, fixed / solved / done
jsmeix opened issue at 2020-05-08 12:57:¶
In current ReaR GitHub master code we have the user config variables
GRUB2_MODULES and GRUB2_MODULES_LOAD
for installing GRUB2 as recovery system UEFI bootloader.
Those user config variables are not in a released ReaR version, cf.
https://github.com/rear/rear/pull/2293#issuecomment-564439509
Because of https://github.com/rear/rear/issues/764
Switch to grub2 (grub-mkrescue)
for creating the recovery ISO image
we may in the future use GRUB2 also
as recovery system BIOS bootloader.
Therefore I would like to rename the current generic
GRUB2_MODULES and GRUB2_MODULES_LOAD
into UEFI specific
GRUB2_MODULES_UEFI and GRUB2_MODULES_UEFI_LOAD
so that later we could additionally have BIOS specific
GRUB2_MODULES_BIOS and GRUB2_MODULES_BIOS_LOAD
if needed and on top of that we could even have
GRUB2_MODULES and GRUB2_MODULES_LOAD
that apply for both cases if that would make sense.
The rename must happen before the ReaR 2.6 release
so I add the label "blocker" to this issue.
jsmeix commented at 2020-05-11 15:16:¶
With
https://github.com/rear/rear/pull/2393
merged
this issue is fixed.
[Export of Github issue for rear/rear.]