From 777c11480e305fd1c7585bd53352fd7cf2d2e6c5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 25 Feb 2016 16:29:47 -0600 Subject: [PATCH] make the arm base / 3070 LXDE was too big and this keeps the image under 4GiB Signed-off-by: Dennis Gilmore --- fedora-arm-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index d13e188..7adcfe8 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -9,7 +9,7 @@ bootloader extlinux part /boot --size=512 --fstype ext4 part swap --size=512 --fstype swap -part / --size=3000 --fstype ext4 +part / --size=3070 --fstype ext4 # make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig