From aafeb10a573ec7476ef4fa86b1459afc9bfda8d3 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 16 Nov 2015 12:41:34 +0000 Subject: [PATCH] ARM: minimal: increase size of boot --- 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 86f4e38..b98d7db 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -1,6 +1,6 @@ %include fedora-arm-base.ks -part /boot --size=300 --fstype ext4 +part /boot --size=512 --fstype ext4 part swap --size=256 --fstype swap part / --size=1200 --fstype ext4