From 3edb2534c559b7131ef00bfed17286f32f113706 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 26 Aug 2013 17:09:15 -0500 Subject: target 2gb for minimal images so they can be installed into beaglebone black nand --- fedora-arm-minimal-vfat.ks | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fedora-arm-minimal-vfat.ks') diff --git a/fedora-arm-minimal-vfat.ks b/fedora-arm-minimal-vfat.ks index 2f7f2dd..85a7d91 100644 --- a/fedora-arm-minimal-vfat.ks +++ b/fedora-arm-minimal-vfat.ks @@ -1,6 +1,9 @@ %include fedora-arm-base.ks %include fedora-arm-vfat-partitioning.ks +part swap --size=128 --fstype swap +part / --size=1400 --fstype ext4 + %post # setup systemd to boot to the right runlevel -- cgit