/var/log/dmesg doesn't exist in a live install. messages does, though.
---
pyanaconda/exception.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
index bc7de44..7893202 100644
--- a/pyanaconda/exception.py
+++ b/pyanaconda/exception.py
@@ -95,7 +95,7 @@ def initExceptionHandling(anaconda):
"/tmp/yum.log", anaconda.rootPath + "/root/install.log",
anaconda.rootPath + "/root/upgrade.log", "/proc/cmdline" ]
if flags.livecdInstall:
- fileList.extend(["/var/log/dmesg"])
+ fileList.extend(["/var/log/messages"])
else:
fileList.extend(["/tmp/syslog"])
--
1.7.3.5
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|