From 497fbd632500b0ff54537b954864a4c953d82d9f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 26 May 2017 16:51:39 -0500 Subject: [PATCH] minimal disk image is failing in rawhide currently needing and extra 27MiB Longer term we should determine why more disk is being used. for now make the disk a tad bigger 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 02af155..7a62dc8 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -3,4 +3,4 @@ part /boot --size=512 --fstype ext4 part swap --size=256 --fstype swap -part / --size=1200 --fstype ext4 +part / --size=1256 --fstype ext4