Revert "Use size=10 by default"
This reverts commit e61223d486
.
On systems with less RAM (eg. ARM with 4G) this size change causes the
build to get stuck.
This commit is contained in:
parent
aa12874daf
commit
442d0a0140
@ -166,7 +166,7 @@ class Lorax(BaseLoraxClass):
|
|||||||
isfinal=False, workdir=None, outputdir=None, buildarch=None, volid=None,
|
isfinal=False, workdir=None, outputdir=None, buildarch=None, volid=None,
|
||||||
domacboot=True, doupgrade=True, remove_temp=False,
|
domacboot=True, doupgrade=True, remove_temp=False,
|
||||||
installpkgs=None,
|
installpkgs=None,
|
||||||
size=10,
|
size=2,
|
||||||
add_templates=None,
|
add_templates=None,
|
||||||
add_template_vars=None,
|
add_template_vars=None,
|
||||||
add_arch_templates=None,
|
add_arch_templates=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user