Revert "Specify the squashfs-only in the lorax_options"

This is causing rawhide failures and @bkhomuts is working on it

https://pagure.io/pungi-fedora/pull-request/871#comment-129206

This reverts commit 98aa497267.

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-08-28 10:00:30 -04:00
parent 98aa497267
commit d1906c27b9

View File

@ -105,13 +105,11 @@ buildinstall_skip = [
lorax_options = [ lorax_options = [
('^.*$', { ('^.*$', {
'x86_64': { 'x86_64': {
'nomacboot': False, 'nomacboot': False
'squashfs_only': True
}, },
'*': { '*': {
'noupgrade': True, 'noupgrade': True,
'rootfs_size': 3, 'rootfs_size': 3
'squashfs_only': True
} }
}) })
] ]