From 17862cd969d3270c2701452b53e5aeaf9ac5d925 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 29 Feb 2016 21:00:21 -0600 Subject: [PATCH] increate the size of some of teh arm images. the install was too big Signed-off-by: Dennis Gilmore --- fedora-arm-base.ks | 2 +- fedora-arm-mate.ks | 2 +- fedora-arm-workstation.ks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 59a8053..8ef64ba 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -9,7 +9,7 @@ bootloader extlinux part /boot --size=512 --fstype ext4 part swap --size=512 --fstype swap -part / --size=3070 --fstype ext4 +part / --size=3584 --fstype ext4 # make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig diff --git a/fedora-arm-mate.ks b/fedora-arm-mate.ks index 7c0b5c9..d436ac1 100644 --- a/fedora-arm-mate.ks +++ b/fedora-arm-mate.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-mate-packages.ks -part / --size=5000 --fstype ext4 +part / --size=5500 --fstype ext4 %post echo -n "Enabling initial-setup gui mode on startup" diff --git a/fedora-arm-workstation.ks b/fedora-arm-workstation.ks index bff5895..c56a58a 100644 --- a/fedora-arm-workstation.ks +++ b/fedora-arm-workstation.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-workstation-packages.ks -part / --size=5000 --fstype ext4 +part / --size=5500 --fstype ext4 %packages -initial-setup