grub2 fix in firstboot
Resolves: bz805782 Update to use grub2, also update the config file names Signed-off-by: Dave Young <dyoung@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com>
This commit is contained in:
parent
2b11d78e2e
commit
36ece6081d
@ -55,8 +55,10 @@ class moduleClass(Module):
|
|||||||
reboot = False
|
reboot = False
|
||||||
|
|
||||||
# possible bootloaders we'll need to adjust
|
# possible bootloaders we'll need to adjust
|
||||||
|
# todo: f18 grub2 for efi
|
||||||
# bootloader : (config file, kdump offset)
|
# bootloader : (config file, kdump offset)
|
||||||
bootloaders = { "grub" : (["/boot/grub/grub.conf", "/boot/efi/EFI/redhat/grub.conf"], [16, 256]),
|
bootloaders = { "grub" : (["/boot/grub/grub.conf", "/boot/efi/EFI/redhat/grub.conf"], [16, 256]),
|
||||||
|
"grub2" : (["/boot/grub2/grub.cfg"], [16, 256]),
|
||||||
"yaboot" : (["/boot/etc/yaboot.conf"], [32]),
|
"yaboot" : (["/boot/etc/yaboot.conf"], [32]),
|
||||||
"elilo" : (["/boot/efi/EFI/redhat/elilo.conf"], [256]) }
|
"elilo" : (["/boot/efi/EFI/redhat/elilo.conf"], [256]) }
|
||||||
bootloader = None
|
bootloader = None
|
||||||
|
Loading…
Reference in New Issue
Block a user