target 2gb for minimal images so they can be installed into beaglebone black nand

This commit is contained in:
Dennis Gilmore 2013-08-26 17:09:15 -05:00
parent da24aef084
commit 947fd69d5f
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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