diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:35:46 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:17:59 +0000 |
commit | 677bab62a28f9873d029112a685083096c677eec (patch) | |
tree | b878ac9bebc42a3fd009b32b5072e7fe97e54503 | |
parent | 46558ac2903e99bde1a29b1ff1c3a8352ce0228a (diff) | |
download | sos-677bab62a28f9873d029112a685083096c677eec.tar.gz |
[boot] add missing packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-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 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) |