summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-31 00:14:56 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-31 00:14:56 +0000
commit831930c4aaa63d029d48573b33a7c98586ede6ba (patch)
tree19437293bb2948338f9be020f43690c1afa780a9 /installmethod.py
parentb1d546977dbe8a2b7cb059ef834f186f19a2311f (diff)
downloadanaconda-831930c4aaa63d029d48573b33a7c98586ede6ba.tar.gz
anaconda-831930c4aaa63d029d48573b33a7c98586ede6ba.tar.xz
anaconda-831930c4aaa63d029d48573b33a7c98586ede6ba.zip
merge from taroon branch to head
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py
index 5a49abfaa..324950ef0 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -75,7 +75,8 @@ class InstallMethod:
break
if tmppath is None:
- raise RuntimeError, "Unable to find temp path"
+ log("Unable to find temp path, going to use ramfs path")
+ return "/tmp/"
return tmppath