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