summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exception.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index cc03dba2b..3c614ead6 100644
--- a/exception.py
+++ b/exception.py
@@ -229,7 +229,8 @@ class AnacondaExceptionDump:
"/tmp/lvmout", "/tmp/resize.out",
"/tmp/program.log", "/tmp/storage.log",
anaconda.rootPath + "/root/install.log",
- anaconda.rootPath + "/root/upgrade.log"):
+ anaconda.rootPath + "/root/upgrade.log",
+ "/proc/cmdline"):
try:
f = open(file, 'r')
line = "\n\n%s:\n" % (file,)