Revert "Specify the squashfs-only in the lorax_options"

Extension to https://pagure.io/pungi-fedora/c/823feae10e1d391412565fb81cd82002af69bf17?branch=master

This reverts commit 41e3e364ab.

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-09-09 16:43:29 -04:00
parent 823feae10e
commit 1205e45fd4

View File

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