diff options
-rw-r--r-- | sos/plugins/anaconda.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sos/plugins/anaconda.py b/sos/plugins/anaconda.py index 8f44a2ae..06a5b369 100644 --- a/sos/plugins/anaconda.py +++ b/sos/plugins/anaconda.py @@ -36,9 +36,7 @@ class anaconda(Plugin, RedHatPlugin): "/root/install.log", "/root/install.log.syslog"] - self.addCopySpecs([ - "/var/log/anaconda", - "/root/anaconda-ks.cfg"]) + self.addCopySpecs(paths) def postproc(self): self.doFileSub("/root/anaconda-ks.cfg", |