from fermiinstallclass import FermiInstallClass class InstallClass(FermiInstallClass): name = ("FnaluInteractive Workgroup Install") # pixmap = "server.png" pixmap = "fnalu-interactive.png" sortPriority = 100 showLoginChoice = 1 description = ("This will install the Fnalu Interactive workgroup.") def setGroupSelection(self, comps, intf): FermiInstallClass.setGroupSelection(self, comps, intf) comps["Fnalu Interactive"].select() def setSteps(self, dispatch): FermiInstallClass.setSteps(self, dispatch); dispatch.skipStep("timezone")