diff options
-rw-r--r-- | sos/plugins/boot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/boot.py b/sos/plugins/boot.py index 79ac2012..e20674cd 100644 --- a/sos/plugins/boot.py +++ b/sos/plugins/boot.py @@ -22,7 +22,7 @@ class Boot(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = 'boot' profiles = ('system', 'boot') - packages = ('grub', 'grub2', 'zipl') + packages = ('grub', 'grub2', 'grub-common', 'grub2-common', 'zipl') option_list = [ ("all-images", "collect lsinitrd for all images", "slow", False) |