Displaying 1 result from an estimated 1 matches for "grpset".
2004 May 03
1
Install of 3.1 aborts
...You are trying to install on a machne which isn't supported by this
release of CentOS-3
The error message stems from this part of anaconda code in
packages.py:
# this is a crappy hack, but I don't want bug reports from these people
if (iutil.getArch() == "i386") and (not grpset.hdrlist.has_key("kernel")):
intf.messageWindow(_("Error"),
_("You are trying to install on a machine "
"which isn't supported by this release of "
"%s."...