summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
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:]