aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2013-10-04 13:46:27 +0100
committerBryn M. Reeves <bmr@redhat.com>2013-10-04 13:46:27 +0100
commitbe8c1fd11862cf84189eebd42cdd5fd9cc0743f4 (patch)
treee899626c468c805a1257e533e5e1c48e877e1971
parent99606d69d5d0086310e194b94f7b35da1c21bc93 (diff)
downloadsos-be8c1fd11862cf84189eebd42cdd5fd9cc0743f4.tar.gz
Include /etc/yaboot.conf in boot plug-in
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/boot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/boot.py b/sos/plugins/boot.py
index 6e62eac6..bf501200 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")