diff --git a/fedora.conf b/fedora.conf index 0ddfc62..679a5e2 100644 --- a/fedora.conf +++ b/fedora.conf @@ -101,12 +101,16 @@ buildinstall_skip = [ ] # Enables macboot on x86_64 for all variants and disables upgrade image building -# # everywhere. +# everywhere. +# Use 3GB image size for ppc64le. lorax_options = [ ('^.*$', { 'x86_64': { 'nomacboot': False }, + 'ppc64le': { + 'rootfs_size': 3 + }, '*': { 'noupgrade': True }