from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("Dcache Server Workgroup Install")
#    pixmap = "server.png"
    pixmap = "dcacheserver.png"
    description = ("Dcache Server  "
		     ".")
    sortPriority = 10
    showLoginChoice = 1

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

        grpset.selectGroup("dcacheserver")

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