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:
Brian C. Lane 2016-08-22 16:17:35 -07:00
parent aa12874daf
commit 442d0a0140

View File

@ -166,7 +166,7 @@ class Lorax(BaseLoraxClass):
isfinal=False, workdir=None, outputdir=None, buildarch=None, volid=None,
domacboot=True, doupgrade=True, remove_temp=False,
installpkgs=None,
size=10,
size=2,
add_templates=None,
add_template_vars=None,
add_arch_templates=None,