summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 803a1fb5e..f31eabb4e 100644
--- a/rescue.py
+++ b/rescue.py
@@ -133,7 +133,7 @@ def makeResolvConf(instPath):
# probably belongs somewhere else
#
def methodUsesNetworking(methodstr):
- for m in ['http://', 'ftp://', 'nfs:/', 'nfsiso:/']:
+ for m in ['http://', 'ftp://', 'nfs:', 'nfsiso:']:
if methodstr.startswith(m):
return 1
return 0