Don't create our own yum cache dir
This commit is contained in:
parent
438d73b51a
commit
1b6e55d528
@ -101,10 +101,6 @@ def get_yum_base_object(installroot, repositories, mirrorlists=[],
|
|||||||
|
|
||||||
yb.preconf.fn = yumconf
|
yb.preconf.fn = yumconf
|
||||||
yb.preconf.root = installroot
|
yb.preconf.root = installroot
|
||||||
yb._getConfig()
|
#yb.repos.setCacheDir(cachedir)
|
||||||
|
|
||||||
yb._getRpmDB()
|
|
||||||
yb._getRepos()
|
|
||||||
yb._getSacks()
|
|
||||||
|
|
||||||
return yb
|
return yb
|
||||||
|
Loading…
Reference in New Issue
Block a user