aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2017-08-31 14:35:46 +0100
committerBryn M. Reeves <bmr@redhat.com>2017-11-01 14:17:59 +0000
commit677bab62a28f9873d029112a685083096c677eec (patch)
treeb878ac9bebc42a3fd009b32b5072e7fe97e54503
parent46558ac2903e99bde1a29b1ff1c3a8352ce0228a (diff)
downloadsos-677bab62a28f9873d029112a685083096c677eec.tar.gz
[boot] add missing packages list
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 4c80b9e0..79ac2012 100644
--- a/sos/plugins/boot.py
+++ b/sos/plugins/boot.py
@@ -22,6 +22,7 @@ class Boot(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
plugin_name = 'boot'
profiles = ('system', 'boot')
+ packages = ('grub', 'grub2', 'zipl')
option_list = [
("all-images", "collect lsinitrd for all images", "slow", False)