From 29f179c805c7a467612fbb792d9c8609dedc2d6c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 26 Aug 2013 20:56:30 -0500 Subject: [PATCH] increase the size of the / partitions for Desktop and Mate images --- fedora-arm-desktop-vfat.ks | 2 ++ fedora-arm-desktop.ks | 2 ++ fedora-arm-mate-vfat.ks | 2 +- fedora-arm-mate.ks | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) 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"