From 763d6892edb35d629caf43b1e7fa8dc0c261ab17 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 31 Jul 2013 18:22:09 -0500 Subject: set partition sizes to fit on a 4gb sd card except for mate which is too big --- fedora-arm-mate.ks | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fedora-arm-mate.ks') diff --git a/fedora-arm-mate.ks b/fedora-arm-mate.ks index 7b26b98..74661f5 100644 --- a/fedora-arm-mate.ks +++ b/fedora-arm-mate.ks @@ -3,6 +3,8 @@ %include fedora-mate-packages.ks %include fedora-arm-partitioning.ks +part / --grow --size=4000 --fstype ext4 + %post echo -n "Enabling initial-setup gui mode on startup" ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service -- cgit