summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-02-22 21:08:58 +0000
committerErik Troan <ewt@redhat.com>2001-02-22 21:08:58 +0000
commita4083f873cc5e8e3fc1b9662b646492ce92e6a43 (patch)
tree08918ec9cb0b6478799e8d698f773fdc43ed5545 /anaconda
parent0217e463e81b0da7b0ce05ec8faf9d7f87e49a47 (diff)
downloadanaconda-a4083f873cc5e8e3fc1b9662b646492ce92e6a43.tar.gz
anaconda-a4083f873cc5e8e3fc1b9662b646492ce92e6a43.tar.xz
anaconda-a4083f873cc5e8e3fc1b9662b646492ce92e6a43.zip
create /tmp/cleanup when necessary
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 09d420f6d..6ff4ac466 100755
--- a/anaconda
+++ b/anaconda
@@ -214,7 +214,7 @@ if (progmode == None):
if (progmode == 'rescue'):
import rescue
- rescue.runRescue(serial)
+ rescue.runRescue(method, serial)
# shouldn't get back here
sys.exit(1)