diff --git a/SOURCES/firstboot_kdump.py b/SOURCES/firstboot_kdump.py index 2bdec5b..a8cd3ba 100755 --- a/SOURCES/firstboot_kdump.py +++ b/SOURCES/firstboot_kdump.py @@ -57,10 +57,10 @@ class moduleClass(Module): # possible bootloaders we'll need to adjust # bootloader : (config file, kdump offset) bootloaders = { "grub" : (["/boot/grub/grub.conf", \ - "/boot/efi/EFI/redhat/grub.conf"], [16, 256]),\ + "/boot/efi/EFI/centos/grub.conf"], [16, 256]),\ "grub2" : (["/boot/grub2/grub.cfg", \ "/boot/efi/EFI/fedora/grub.cfg", \ - "/boot/efi/EFI/redhat/grub.cfg"], [16, 256]),\ + "/boot/efi/EFI/centos/grub.cfg"], [16, 256]),\ "zipl" : (["/etc/zipl.conf"], [0]),\ "yaboot" : (["/boot/etc/yaboot.conf"], [32]) } bootloader = None diff --git a/SPECS/kexec-tools.spec b/SPECS/kexec-tools.spec index 1bb898e..a30030a 100644 --- a/SPECS/kexec-tools.spec +++ b/SPECS/kexec-tools.spec @@ -380,6 +380,9 @@ done %endif %changelog +* Thu OCt 23 2014 Johnny Hughes - 2.0.4-32.5 +- modify SOURCE firstboot_kdump.py to include centos in EFI + * Wed Oct 08 2014 WANG Chao - 2.0.4-32.5 - Fix an issue on iscsi boot environment