def __init__(self, expert):
        BaseInstallClass.__init__(self, expert)

        self.repopaths = {"base": "%s" % (productPath,)}

        # minimally set up tasks in case no key is provided
        self.tasks = self.taskMap[productPath.lower()]
    def setGroupSelection(self, grpset, intf):
        BaseInstallClass.__init__(self, grpset)

        grpset.unselectAll()

        grpset.selectGroup("workstation-common", asMeta=1)
        grpset.selectGroup("gnome-desktop")
Example #3
0
    def setGroupSelection(self, anaconda):
        BaseInstallClass.__init__(self, anaconda.backend)

        anaconda.backend.unselectAll()
        anaconda.backend.selectGroup("server", asMeta=1)
        anaconda.backend.selectGroup("compat-arch-support",
                                     asMeta=1,
                                     missingOk=1)
    def setGroupSelection(self, anaconda):
	BaseInstallClass.__init__(self, anaconda.backend)

        anaconda.backend.unselectAll()

        anaconda.backend.selectGroup("workstation-common", asMeta = 1)
        anaconda.backend.selectGroup("gnome-desktop")
        anaconda.backend.selectGroup("compat-arch-support", asMeta = 1, missingOk = 1)
Example #5
0
    def setGroupSelection(self, anaconda):
        BaseInstallClass.__init__(self, anaconda.backend)

        anaconda.backend.unselectAll()

        anaconda.backend.selectGroup("workstation-common", asMeta=1)
        anaconda.backend.selectGroup("gnome-desktop")
        anaconda.backend.selectGroup("compat-arch-support",
                                     asMeta=1,
                                     missingOk=1)
Example #6
0
    def __init__(self, expert):
	BaseInstallClass.__init__(self, expert)

        self.repopaths = { "base": "%s" %(productPath,) }
	def __init__(self):
		BaseInstallClass.__init__(self)
Example #8
0
 def __init__(self, expert):
     BaseInstallClass.__init__(self, expert)
Example #9
0
 def __init__(self):
     BaseInstallClass.__init__(self)
Example #10
0
    def __init__(self, expert):
	BaseInstallClass.__init__(self, expert)
    def setGroupSelection(self, anaconda):
        BaseInstallClass.__init__(self, anaconda.backend)

        anaconda.backend.unselectAll()
        anaconda.backend.selectGroup("server", asMeta=1)
        anaconda.backend.selectGroup("compat-arch-support", asMeta=1, missingOk=1)
Example #12
0
    def setGroupSelection(self, grpset, intf):
	BaseInstallClass.__init__(self, grpset)

        grpset.unselectAll()
        grpset.selectGroup("server", asMeta = 1)