diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:36:44 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:18:00 +0000 |
commit | 6ae18ce5e5af49f60ffe76fe37a5f581d01caa03 (patch) | |
tree | fc8e2c5780d944cc7ee4b58971bffeef8c31cf02 | |
parent | 7391650a8fbe1db72494850edc7bea737ad7cbac (diff) | |
download | sos-6ae18ce5e5af49f60ffe76fe37a5f581d01caa03.tar.gz |
[devices] add missing files and packages lists
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/devices.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/devices.py b/sos/plugins/devices.py index c352e6a5..7f4133d8 100644 --- a/sos/plugins/devices.py +++ b/sos/plugins/devices.py @@ -21,6 +21,8 @@ class Devices(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = 'devices' profiles = ('system', 'hardware', 'boot') + packages = ('udev', 'systemd-udev') + files = ('/dev',) def setup(self): self.add_cmd_output("udevadm info --export-db") |