Increase default boot.iso (uncompressed) fs size to 3gb.
We are now seeing aarch64 and x86_64 failures with the default 2gb. Ideally one of the minimzation efforts could help us here. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c12199cab4
commit
73dd43f723
@ -103,17 +103,15 @@ buildinstall_skip = [
|
|||||||
|
|
||||||
# Enables macboot on x86_64 for all variants and disables upgrade image building
|
# Enables macboot on x86_64 for all variants and disables upgrade image building
|
||||||
# everywhere.
|
# everywhere.
|
||||||
# Use 3GB image size for ppc64le.
|
# Use 3GB image size for all arches.
|
||||||
lorax_options = [
|
lorax_options = [
|
||||||
('^.*$', {
|
('^.*$', {
|
||||||
'x86_64': {
|
'x86_64': {
|
||||||
'nomacboot': False
|
'nomacboot': False
|
||||||
},
|
},
|
||||||
'ppc64le': {
|
|
||||||
'rootfs_size': 3
|
|
||||||
},
|
|
||||||
'*': {
|
'*': {
|
||||||
'noupgrade': True
|
'noupgrade': True
|
||||||
|
'rootfs_size': 3
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user