|
__init__(self,
anaconda)
Abstract backend class all backends should inherit from this |
source code
|
|
|
|
|
|
|
|
|
doRepoSetup(self,
anaconda,
thisrepo=None,
fatalerrors=True) |
source code
|
|
|
doSackSetup(self,
anaconda,
thisrepo=None,
fatalerrors=True) |
source code
|
|
|
__withFuncDo(self,
anaconda,
fn,
thisrepo=None,
fatalerrors=True,
callback=None) |
source code
|
|
|
|
|
|
|
selectModulePackages(self,
anaconda,
kernelPkgName) |
source code
|
|
|
selectBestKernel(self,
anaconda)
Find the best kernel package which is available and select it. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__getGroupId(self,
group)
Get the groupid for the given name (english or translated). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
groupListExists(self,
grps)
Returns bool of whether all of the given groups exist. |
source code
|
|
|
groupListDefault(self,
grps)
Returns bool of whether all of the given groups are default |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from backend.AnacondaBackend :
copyFirmware ,
doPreSelection ,
getMinimumSizeMB ,
groupExists ,
initLog ,
packageExists
|