diff options
-rw-r--r-- | sos/plugins/boot.py | 1 |
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") |