[kexec-tools] remove elilo support

Dave Young yangrr at fedoraproject.org
Thu Aug 9 02:48:37 UTC 2012


commit ea29dbf6679e2a3b47040efb2aed675d0523abdf
Author: Dave Young <dyoung at redhat.com>
Date:   Thu Aug 9 10:22:50 2012 +0800

    remove elilo support
    
    Resolves: bz805782
    
    elilo is deprecated in fedora, so remove the elilo support in firstboot module.
    
    Signed-off-by: Dave Young <dyoung at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 firstboot_kdump.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/firstboot_kdump.py b/firstboot_kdump.py
index 76bcd83..83418db 100755
--- a/firstboot_kdump.py
+++ b/firstboot_kdump.py
@@ -59,8 +59,7 @@ class moduleClass(Module):
 	#			 bootloader : (config file, kdump offset)
 	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]),
-					"elilo"  : (["/boot/efi/EFI/redhat/elilo.conf"], [256]) }
+					"yaboot" : (["/boot/etc/yaboot.conf"], [32]) }
 	bootloader = None
 	offset = 0
 


More information about the scm-commits mailing list