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 da34dd2..c419d95 100644 --- a/SPECS/kexec-tools.spec +++ b/SPECS/kexec-tools.spec @@ -378,6 +378,9 @@ done %endif %changelog +* Fri Jul 25 2014 Johnny Hughes 2.0.4-32.2.el7.centos +- modify SOURCE firstboot_kdump.py to include centos in EFI + * Fri Jul 04 2014 WANG Chao - 2.0.4-32.2 - kexec hotplug/remove fix - handle IPADDR option in ifcfg-*