From 26c17e791e936dd36a35a63f030f55b98d3a66ac Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jul 03 2014 16:04:55 +0000 Subject: modify the centos EFI fix --- diff --git a/SOURCES/firstboot_kdump.py b/SOURCES/firstboot_kdump.py old mode 100755 new mode 100644 index e802884..a8cd3ba --- a/SOURCES/firstboot_kdump.py +++ b/SOURCES/firstboot_kdump.py @@ -57,11 +57,9 @@ 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", \ "/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", \ "/boot/efi/EFI/centos/grub.cfg"], [16, 256]),\ "zipl" : (["/etc/zipl.conf"], [0]),\ "yaboot" : (["/boot/etc/yaboot.conf"], [32]) }