From 73fad5f7540f47d9a04fca827668af8bdf0f7d7a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 30 2019 20:10:38 +0000 Subject: Merge #684 `set installer image size to 3GB on ppc64le` Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index 2cda1b1..b0dc590 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 }