from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("DcacheServer Workgroup Install")
#    pixmap = "server.png"
    pixmap = "dcacheserver.png"
    description = ("Dcache Server "
		   "is for Dcache use "
		   ".")
    sortPriority = 25
    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")
