summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-07 22:45:26 +0000
committerMatt Wilson <msw@redhat.com>1999-09-07 22:45:26 +0000
commit964b12982b2078ee53bfa45026125703a2a31b7d (patch)
tree58be92c6592d95ea315f9c4a63153a6081661f0c /image.py
parent0e6195f473604ee66f2df999e0432738319293e9 (diff)
downloadanaconda-964b12982b2078ee53bfa45026125703a2a31b7d.tar.gz
anaconda-964b12982b2078ee53bfa45026125703a2a31b7d.tar.xz
anaconda-964b12982b2078ee53bfa45026125703a2a31b7d.zip
fixes for alpha, fstab reading
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 31b1fb1f2..84834cfb1 100644
--- a/image.py
+++ b/image.py
@@ -5,7 +5,7 @@ from comps import ComponentSet, HeaderListFromFile
class InstallMethod:
def readComps(self, hdlist):
- return ComponentSet('i386', self.tree + '/RedHat/base/comps', hdlist)
+ return ComponentSet(self.tree + '/RedHat/base/comps', hdlist)
def getFilename(self, h):
return self.tree + "/RedHat/RPMS/" + h[1000000]