From f8ed0462ad74e3d550042d78e775a7348bc26008 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Feb 2016 13:25:11 -0600 Subject: [PATCH] make / on the minimal image bigger so that image creation can complete Signed-off-by: Dennis Gilmore --- fedora-arm-minimal.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index 453b27f..964979c 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -2,7 +2,7 @@ part /boot --size=512 --fstype ext4 part swap --size=256 --fstype swap -part / --size=1200 --fstype ext4 +part / --size=1279 --fstype ext4 %packages -@standard