diff --git a/fedora.conf b/fedora.conf index 6089806..6df31a5 100644 --- a/fedora.conf +++ b/fedora.conf @@ -106,12 +106,14 @@ lorax_options = [ ('^.*$', { 'x86_64': { 'nomacboot': False, - 'squashfs_only': True + 'squashfs_only': True, + 'configuration_file': 'lorax.conf' }, '*': { 'noupgrade': True, 'rootfs_size': 3, - 'squashfs_only': True + 'squashfs_only': True, + 'configuration_file': 'lorax.conf' } }) ] diff --git a/lorax.conf b/lorax.conf new file mode 100644 index 0000000..8cab841 --- /dev/null +++ b/lorax.conf @@ -0,0 +1,3 @@ +[compression] +bcj = no +args = -b 1M -Xdict-size 1M -no-recovery