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, grpset, intf):
	FermiInstallClass.setGroupSelection(self, grpset, intf)

        grpset.selectGroup("fnaluinteractive")

    def setSteps(self, dispatch):
	FermiInstallClass.setSteps(self, dispatch);
	dispatch.skipStep("timezone")