예제 #1
0
 def setGroupSelection(self, anaconda):
     BaseInstallClass.setGroupSelection(self, anaconda)
     map(lambda x: anaconda.backend.selectGroup(x), ["core"])
예제 #2
0
 def setGroupSelection(self, anaconda):
     BaseInstallClass.setGroupSelection(self, anaconda)
     anaconda.backend.selectGroup("core")
예제 #3
0
 def setGroupSelection(self, anaconda):
     BaseInstallClass.setGroupSelection(self, anaconda)
     anaconda.backend.selectGroup("core")