[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 9/9] /var/log/dmesg doesn't exist in a live install. messages does, though.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 9/9] /var/log/dmesg doesn't exist in a live install. messages does, though.
- Date: Fri, 4 Mar 2011 12:45:05 -0600
---
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]