from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("CDF Workgroup Install") # pixmap = "workstation.png" pixmap = "cdf-desktop.png" sortPriority = 10 showLoginChoice = 1 description = ("This will install the CDF workgroup.") def setGroupSelection(self, comps, intf): FermiInstallClass.setGroupSelection(self, comps, intf) comps["CDF"].select() def setSteps(self, dispatch): FermiInstallClass.setSteps(self, dispatch); dispatch.skipStep("makebootdisk", skip = 1)