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