summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
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