From dc1f30b3a2bb783deff1df2dabc8823031299f5d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 27 Mar 2008 15:04:04 -0400 Subject: Save resize output to a file (/tmp/resize.out) so that it's more useful This way, we can shove it into our exception dumps and also it'll be easier for people to look at and attach if they hit problems with the resizing code --- exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exception.py') diff --git a/exception.py b/exception.py index fb0fe2a29..0812210a9 100644 --- a/exception.py +++ b/exception.py @@ -175,7 +175,7 @@ def dumpException(out, text, tb, anaconda): traceback.print_exc(None, out) for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/netinfo", - "/tmp/lvmout", + "/tmp/lvmout", "/tmp/resize.out", anaconda.rootPath + "/root/install.log", anaconda.rootPath + "/root/upgrade.log"): try: -- cgit