from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("Fermi Generic Desktop Install")
#    pixmap = "workstation.png"
    pixmap = "fermitux-desktop.png"
    sortPriority = 1
    showLoginChoice = 1
    description = ("PICK ME!! This is the choice if you don't know what to do. "
		     "This workgroup does come with Fermi kerberos.")

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

#       comps["Workstation Common"].includeMembers()
        comps["Fermi Generic Desktop"].select()

    def setSteps(self, dispatch):
	FermiInstallClass.setSteps(self, dispatch);

        dispatch.skipStep("makebootdisk", skip = 1)
