from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("CDFoffsite Workgroup Install")
    pixmap = "cdf-desktop.png"

    sortPriority = 100

    def __init__(self, expert):
	FermiInstallClass.__init__(self, expert)
	self.setGroups(["CDFoffsite"])
	self.setMakeBootdisk(0)

        self.showgroups = [
			  (1, "Fermi Full Kerberized"),
			      "Laptop Support",
                          ]
