From 854d60c78113229822c8ffde6e5ee8c505141196 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 4 Apr 2014 12:37:30 -0500 Subject: [PATCH] increase size of / for arm desktop image currently the desktop image is failing to compose, this is due to needing an additional 126MB on the / filesystem. lets give it an extra 1000MB --- fedora-arm-desktop.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-arm-desktop.ks b/fedora-arm-desktop.ks index 1517f49..dbb98a3 100644 --- a/fedora-arm-desktop.ks +++ b/fedora-arm-desktop.ks @@ -3,7 +3,7 @@ %include fedora-desktop-packages.ks %include fedora-arm-partitioning.ks -part / --size=4000 --fstype ext4 +part / --size=5000 --fstype ext4 %packages -initial-setup