From 1de4bff8c42a5ea632fc36ab8f8756738ed7153f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 25 2016 22:30:42 +0000 Subject: make the arm base / 3070 LXDE was too big and this keeps the image under 4GiB Signed-off-by: Dennis Gilmore --- 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