aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/anaconda.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/anaconda.py b/sos/plugins/anaconda.py
index 4b767a53..3e4e39c3 100644
--- a/sos/plugins/anaconda.py
+++ b/sos/plugins/anaconda.py
@@ -39,7 +39,7 @@ class Anaconda(Plugin, RedHatPlugin):
paths.append('/var/log/anaconda')
else:
paths = paths + [
- "/var/log/anaconda.*"
+ "/var/log/anaconda.*",
"/root/install.log",
"/root/install.log.syslog"
]