From 8f6657f8a2bf04f249d771ec83543b918e03b8b2 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 1 Mar 2018 13:15:18 -0500 Subject: [boot] Collect verbose efibootmgr Makes collection of efibootmgr output verbose. Resolves: #1231 Signed-off-by: Jake Hunsaker Signed-off-by: Bryn M. Reeves --- sos/plugins/boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/boot.py b/sos/plugins/boot.py index e20674cd..bbf8d453 100644 --- a/sos/plugins/boot.py +++ b/sos/plugins/boot.py @@ -42,7 +42,7 @@ class Boot(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "lsinitrd" ]) - self.add_cmd_output("efibootmgr") + self.add_cmd_output("efibootmgr -v") if self.get_option("all-images"): for image in glob('/boot/initr*.img'): -- cgit