Blob Blame History Raw
commit 04f6b8233c52cf852d6f002bc2983e7cfac7d60e
Author: Bryn M. Reeves <bmr@redhat.com>
Date:   Fri Oct 4 13:46:27 2013 +0100

    Include /etc/yaboot.conf in boot plug-in
    
    Signed-off-by: Bryn M. Reeves <bmr@redhat.com>

diff --git a/sos/plugins/boot.py b/sos/plugins/boot.py
index 6e62eac..bf50120 100644
--- a/sos/plugins/boot.py
+++ b/sos/plugins/boot.py
@@ -31,6 +31,7 @@ class Boot(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
             "/etc/milo.conf",
             "/etc/silo.conf",
             "/boot/efi/efi/redhat/elilo.conf",
+            "/etc/yaboot.conf",
             "/boot/yaboot.conf"
         ])
         self.add_cmd_output("ls -lanR /boot")