summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-27 23:29:44 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-27 23:29:44 +0000
commit79c56def9e6e9fb238ac1468b6628af5231c5708 (patch)
tree7baed2487f555598b6114e4fbb786b4ad26f2ded /harddrive.py
parent8717e8b346c619c062acdc9b650a42dba51d5c20 (diff)
downloadanaconda-79c56def9e6e9fb238ac1468b6628af5231c5708.tar.gz
anaconda-79c56def9e6e9fb238ac1468b6628af5231c5708.tar.xz
anaconda-79c56def9e6e9fb238ac1468b6628af5231c5708.zip
use comps.xml now
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/harddrive.py b/harddrive.py
index 326a4fbae..7e072c9ae 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -55,7 +55,7 @@ class OldHardDriveInstallMethod(InstallMethod):
def readCompsViaMethod(self, hdlist):
self.mountMedia()
cs = ComponentSet(self.tree + self.path +
- '/RedHat/base/comps', hdlist)
+ '/RedHat/base/comps.xml', hdlist)
self.umountMedia()
return cs
@@ -161,7 +161,7 @@ class HardDriveInstallMethod(InstallMethod):
def readCompsViaMethod(self, hdlist):
self.mountMedia(1)
- cs = ComponentSet(self.tree + '/RedHat/base/comps', hdlist)
+ cs = ComponentSet(self.tree + '/RedHat/base/comps.xml', hdlist)
self.umountMedia()
return cs