summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-30 21:55:27 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-30 21:55:27 +0000
commitc7277bcd2ee35a8cce0adbda8c7664eb914fc66e (patch)
tree991a0b14d75da9b21566b839415bd47d4f9fc2f7 /anaconda
parent7f45c72f2793bcf73acc3040f91a534649db00fc (diff)
downloadanaconda-c7277bcd2ee35a8cce0adbda8c7664eb914fc66e.tar.gz
anaconda-c7277bcd2ee35a8cce0adbda8c7664eb914fc66e.tar.xz
anaconda-c7277bcd2ee35a8cce0adbda8c7664eb914fc66e.zip
more /mnt/sysimage surgery
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index f9760ccb4..d9d427d15 100755
--- a/anaconda
+++ b/anaconda
@@ -584,7 +584,7 @@ if method:
method = NfsIsoInstallMethod(method[8:], intf.messageWindow)
elif method.startswith('ftp://') or method.startswith('http://'):
from urlinstall import UrlInstallMethod
- method = UrlInstallMethod(method)
+ method = UrlInstallMethod(method, rootPath)
elif method.startswith('hd://'):
method = method[5:]