from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("EAG Workgroup Install") # pixmap = "workstation.png" pixmap = "eag.png" sortPriority = 150 showLoginChoice = 1 description = ("This will install the EAG workgroup.") def setGroupSelection(self, grpset, intf): FermiInstallClass.setGroupSelection(self, grpset, intf) grpset.selectGroup("EAG")