summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-08-13 20:56:30 +0000
committerChris Lumens <clumens@redhat.com>2007-08-13 20:56:30 +0000
commit52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e (patch)
tree8916866f73d71a1cf7454c861dfc4c7e2b70461b /image.py
parent9a5be41f597d8fbafc557d02cb93a35772422ff6 (diff)
downloadanaconda-52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e.tar.gz
anaconda-52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e.tar.xz
anaconda-52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e.zip
One "disc" media is just a special case of multiple discs.
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/image.py b/image.py
index 1eaff4212..8aede97b4 100644
--- a/image.py
+++ b/image.py
@@ -116,7 +116,6 @@ class ImageInstallMethod(InstallMethod):
InstallMethod.__init__(self, tree, rootPath, intf)
self.tree = tree
self.isoPath = tree
- self.splitmethod = True
class CdromInstallMethod(ImageInstallMethod):
@@ -360,7 +359,6 @@ class NfsInstallMethod(ImageInstallMethod):
"""@param method: nfs:/mnt/source"""
tree = method[5:]
ImageInstallMethod.__init__(self, tree, rootPath, intf)
- self.splitmethod = False
self.currentMedia = []
def getDiscNums(line):