diff --git a/fedora.conf b/fedora.conf index 41898f9..82c1116 100644 --- a/fedora.conf +++ b/fedora.conf @@ -105,11 +105,13 @@ buildinstall_skip = [ lorax_options = [ ('^.*$', { 'x86_64': { - 'nomacboot': False + 'nomacboot': False, + 'squashfs_only': True }, '*': { 'noupgrade': True, - 'rootfs_size': 3 + 'rootfs_size': 3, + 'squashfs_only': True } }) ]