From 947fd69d5fc7334168477a43e2a6fcfa96990f48 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 26 Aug 2013 17:09:15 -0500 Subject: [PATCH] target 2gb for minimal images so they can be installed into beaglebone black nand --- fedora-arm-minimal-vfat.ks | 3 +++ fedora-arm-minimal.ks | 3 +++ 2 files changed, 6 insertions(+) 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 diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index 8ed64eb..b6faee6 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -1,6 +1,9 @@ %include fedora-arm-base.ks %include fedora-arm-partitioning.ks +part swap --size=128 --fstype swap +part / --size=1400 --fstype ext4 + %post # setup systemd to boot to the right runlevel