diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2019-10-14 13:54:22 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-10-14 13:54:22 +0100 |
commit | dac398c7f7d14b684e3ac08a7567c4bafac0afd6 (patch) | |
tree | 8898c9d1d784f409d0b7cc9dfb67777cd3e50e18 | |
parent | e120de1565e8ba79eaf6b0a46d6ea6accb9aa3d5 (diff) | |
download | sos-dac398c7f7d14b684e3ac08a7567c4bafac0afd6.tar.gz |
[dracut] add plugin to 'boot' profile
Related: #1818
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/dracut.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/dracut.py b/sos/plugins/dracut.py index 76acf3d6..06d22c2b 100644 --- a/sos/plugins/dracut.py +++ b/sos/plugins/dracut.py @@ -16,6 +16,7 @@ class Dracut(Plugin, RedHatPlugin): plugin_name = "dracut" packages = ("dracut",) + profiles = ("boot",) def setup(self): self.add_copy_spec([ |