From fd64a8e650e0f3e94dfe6cc0d2d947944c852402 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 29 Feb 2008 17:02:58 -0500 Subject: Support stage2= for NFS installs. --- rescue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue.py') 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 -- cgit