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:
parent
823feae10e
commit
1205e45fd4
@ -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
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user