--- pyanaconda/exception.py | 4 ++-- pyanaconda/packages.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py index 1075717..e686427 100644 --- a/pyanaconda/exception.py +++ b/pyanaconda/exception.py @@ -91,8 +91,8 @@ class AnacondaExceptionHandler(ExceptionHandler): def initExceptionHandling(anaconda): fileList = [ "/tmp/anaconda.log", "/tmp/lvmout", "/tmp/resize.out", - "/tmp/program.log", "/tmp/storage.log", "/tmp/yum.log", - anaconda.rootPath + "/root/install.log", + "/tmp/program.log", "/tmp/storage.log", "/tmp/ifcfg.log", + "/tmp/yum.log", anaconda.rootPath + "/root/install.log", anaconda.rootPath + "/root/upgrade.log", "/proc/cmdline" ] if flags.livecdInstall: fileList.extend(["/var/log/dmesg"]) diff --git a/pyanaconda/packages.py b/pyanaconda/packages.py index 7d88d06..079dd67 100644 --- a/pyanaconda/packages.py +++ b/pyanaconda/packages.py @@ -72,6 +72,7 @@ def copyAnacondaLogs(anaconda): ("/tmp/X.log", "anaconda.xlog"), ("/tmp/program.log", "anaconda.program.log"), ("/tmp/storage.log", "anaconda.storage.log"), + ("/tmp/ifcfg.log", "anaconda.ifcfg.log"), ("/tmp/yum.log", "anaconda.yum.log")): if os.access(fn, os.R_OK): try: -- 1.7.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list