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")
示例#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)