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()]
Пример #2
0
    def setGroupSelection(self, grpset, intf):
        BaseInstallClass.__init__(self, grpset)

        grpset.unselectAll()

        grpset.selectGroup("workstation-common", asMeta=1)
        grpset.selectGroup("gnome-desktop")
Пример #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)
Пример #4
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)
Пример #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)
Пример #6
0
    def __init__(self, expert):
	BaseInstallClass.__init__(self, expert)

        self.repopaths = { "base": "%s" %(productPath,) }
Пример #7
0
	def __init__(self):
		BaseInstallClass.__init__(self)
Пример #8
0
 def __init__(self, expert):
     BaseInstallClass.__init__(self, expert)
Пример #9
0
 def __init__(self):
     BaseInstallClass.__init__(self)
Пример #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)
Пример #12
0
    def setGroupSelection(self, grpset, intf):
	BaseInstallClass.__init__(self, grpset)

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