From b164029627ebe2c390654cba7d35b2e431c25833 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 21 Dec 2016 14:15:47 -0500 Subject: [PATCH] Increase the rootfs size for dnf-powered appliance-tools build The DNF-based appliance-tools build of the ARM image complains that it is short by 54MB, so we're increasing by a bit more than that to give some wiggle room for the future. --- fedora-arm-kde.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-arm-kde.ks b/fedora-arm-kde.ks index d85b5db..a6e06c0 100644 --- a/fedora-arm-kde.ks +++ b/fedora-arm-kde.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-kde-packages.ks -part / --size=5632 --fstype ext4 +part / --size=5690 --fstype ext4 %post echo -n "Enabling initial-setup gui mode on startup"