diff options
Diffstat (limited to 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/urlinstall.py b/urlinstall.py index b75f0b193..0799b279d 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -20,9 +20,8 @@ FILENAME = 1000000 class InstallMethod: def readComps(self, hdlist): - return ComponentSet('i386', self.baseUrl + - '/RedHat/base/comps', hdlist) - return cs + return ComponentSet(self.baseUrl + '/RedHat/base/comps', + hdlist) def getFilename(self, h): root = "/mnt/sysimage" |