diff --git a/fedora-arm-desktop-vfat.ks b/fedora-arm-desktop-vfat.ks index 2c3c7cb..375c5e6 100644 --- a/fedora-arm-desktop-vfat.ks +++ b/fedora-arm-desktop-vfat.ks @@ -3,6 +3,8 @@ %include fedora-desktop-packages.ks %include fedora-arm-vfat-partitioning.ks +part / --size=4000 --fstype ext4 + %packages -initial-setup diff --git a/fedora-arm-desktop.ks b/fedora-arm-desktop.ks index 306f645..1517f49 100644 --- a/fedora-arm-desktop.ks +++ b/fedora-arm-desktop.ks @@ -3,6 +3,8 @@ %include fedora-desktop-packages.ks %include fedora-arm-partitioning.ks +part / --size=4000 --fstype ext4 + %packages -initial-setup diff --git a/fedora-arm-mate-vfat.ks b/fedora-arm-mate-vfat.ks index 18d3ea4..ae3cc6f 100644 --- a/fedora-arm-mate-vfat.ks +++ b/fedora-arm-mate-vfat.ks @@ -3,7 +3,7 @@ %include fedora-mate-packages.ks %include fedora-arm-vfat-partitioning.ks -part / --size=4000 --fstype ext4 +part / --size=5000 --fstype ext4 %post echo -n "Enabling initial-setup gui mode on startup" diff --git a/fedora-arm-mate.ks b/fedora-arm-mate.ks index f60e333..15ee57d 100644 --- a/fedora-arm-mate.ks +++ b/fedora-arm-mate.ks @@ -3,7 +3,7 @@ %include fedora-mate-packages.ks %include fedora-arm-partitioning.ks -part / --size=4000 --fstype ext4 +part / --size=5000 --fstype ext4 %post echo -n "Enabling initial-setup gui mode on startup"