commit 947fd69d5fc7334168477a43e2a6fcfa96990f48 Author: Dennis Gilmore dennis@ausil.us Date: Mon Aug 26 17:09:15 2013 -0500
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(+), 0 deletions(-) --- 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