Use size=10 by default

I'm working on
https://fedoraproject.org/wiki/Changes/WorkstationOstree and when
using lorax to make an installer ISO with content embedded, I run out
of disk space since the desktop+various apps is large.

Since this ends up being compressed anyways, let's just bump the
currently arbitrary `2` to `10` - the only real cost I can think of is
going to be a few more superblock entries.
This commit is contained in:
Colin Walters 2016-07-23 10:27:58 -04:00 committed by Brian C. Lane
parent 544751dd41
commit e61223d486
1 changed files with 1 additions and 1 deletions

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=2,
size=10,
add_templates=None,
add_template_vars=None,
add_arch_templates=None,