From eceda6aaa30da251261f370044d6c10152322dfc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 24 Jun 2017 08:13:16 -0600 Subject: [PATCH] Increase size on Xfce arm image as it's running out of space currently. --- fedora-arm-xfce.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-arm-xfce.ks b/fedora-arm-xfce.ks index b9d29a7..0669828 100644 --- a/fedora-arm-xfce.ks +++ b/fedora-arm-xfce.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-xfce-common.ks -part / --size=4100 --fstype ext4 +part / --size=4500 --fstype ext4 %post