from fermiinstallclass import FermiInstallClass

class InstallClass(FermiInstallClass):
    name = ("Theory Workgroup Install")

    sortPriority = 10

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

        self.showgroups = [
                             "Laptop Support",
                             ]
