summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-11-15 17:19:30 +0000
committerPeter Jones <pjones@redhat.com>2005-11-15 17:19:30 +0000
commitf0082445a4c4c7f2c43c1dc5cbaabc32b1beafba (patch)
tree4da8c131c29268eec3fc77d77ba8e0a72a756bb7 /image.py
parentce9dfb504e2622754fa40c3dfe730e4604302275 (diff)
downloadanaconda-f0082445a4c4c7f2c43c1dc5cbaabc32b1beafba.tar.gz
anaconda-f0082445a4c4c7f2c43c1dc5cbaabc32b1beafba.tar.xz
anaconda-f0082445a4c4c7f2c43c1dc5cbaabc32b1beafba.zip
- set self.splitmethod=False for Nfs install method
Diffstat (limited to 'image.py')
-rw-r--r--image.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.py b/image.py
index 699acd5f5..1aa6b9ed9 100644
--- a/image.py
+++ b/image.py
@@ -397,6 +397,7 @@ class NfsInstallMethod(ImageInstallMethod):
"""@param method: nfs:/mnt/source"""
tree = method[5:]
ImageInstallMethod.__init__(self, tree, rootPath, intf)
+ self.splitmethod = False
def getDiscNums(line):