from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("Sidet Workgroup Install")
#    pixmap = "workstation.png"
    pixmap = "sidet.png"
    sortPriority = 10
    showLoginChoice = 1
    description = ("This will install the Sidet workgroup.")

    def setGroupSelection(self, grpset, intf):
	FermiInstallClass.setGroupSelection(self, grpset, intf)

        grpset.selectGroup("sidet")
	
    def setSteps(self, dispatch):
	FermiInstallClass.setSteps(self, dispatch);
	dispatch.skipStep("makebootdisk")
	dispatch.skipStep("bootdisk")