diff options
-rw-r--r-- | sos/report/plugins/boot.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/report/plugins/boot.py b/sos/report/plugins/boot.py index a79d1c6c..d9995c2b 100644 --- a/sos/report/plugins/boot.py +++ b/sos/report/plugins/boot.py @@ -33,7 +33,8 @@ class Boot(Plugin, IndependentPlugin): ]) self.add_cmd_output([ "ls -lanR /boot", - "lsinitrd" + "lsinitrd", + "ls -lanR /sys/firmware", ]) self.add_cmd_output([ |