From b95b0e11d09c73440126437e83ca20d4f74a0d78 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 26 Jun 2017 20:00:11 +0100 Subject: [PATCH] Revert "arm: base: increase minimal to 3G as we've got dep bloat" I'm an idiot, this isn't minimal This reverts commit 4493473a0abac207b5bbb94b24637fdb7517e685. --- 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 3d2d975..ceeea87 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -10,7 +10,7 @@ bootloader extlinux part /boot/fw --size=30 --fstype vfat --asprimary part /boot --size=512 --fstype ext4 --asprimary part swap --size=512 --fstype swap --asprimary -part / --size=3000 --fstype ext4 --asprimary +part / --size=2800 --fstype ext4 --asprimary # make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig