Blame SOURCES/sos-bz1001966-include-etc-yaboot-conf-in-boot.patch

6b17e9
commit 04f6b8233c52cf852d6f002bc2983e7cfac7d60e
6b17e9
Author: Bryn M. Reeves <bmr@redhat.com>
6b17e9
Date:   Fri Oct 4 13:46:27 2013 +0100
6b17e9
6b17e9
    Include /etc/yaboot.conf in boot plug-in
6b17e9
    
6b17e9
    Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
6b17e9
6b17e9
diff --git a/sos/plugins/boot.py b/sos/plugins/boot.py
6b17e9
index 6e62eac..bf50120 100644
6b17e9
--- a/sos/plugins/boot.py
6b17e9
+++ b/sos/plugins/boot.py
6b17e9
@@ -31,6 +31,7 @@ class Boot(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
6b17e9
             "/etc/milo.conf",
6b17e9
             "/etc/silo.conf",
6b17e9
             "/boot/efi/efi/redhat/elilo.conf",
6b17e9
+            "/etc/yaboot.conf",
6b17e9
             "/boot/yaboot.conf"
6b17e9
         ])
6b17e9
         self.add_cmd_output("ls -lanR /boot")