From 5571ec20dd8f39f03aea43cade52cacce6bdeac8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 5 Apr 2017 13:48:57 +0100 Subject: [PATCH] arm: tweak the image root file slightly Signed-off-by: Peter Robinson --- fedora-arm-base.ks | 2 +- fedora-arm-minimal.ks | 3 +-- fedora-arm-server.ks | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index ff4ca03..7c5046d 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -10,7 +10,7 @@ bootloader extlinux part /boot/fw --size=30 --fstype vfat --asprimary part /boot --size=512 --fstype ext4 --asprimary part swap --size=512 --fstype swap --asprimary -part / --size=3584 --fstype ext4 --asprimary +part / --size=2800 --fstype ext4 --asprimary # make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index 3f5126b..d01dcb3 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -2,7 +2,7 @@ part /boot --size=512 --fstype ext4 part swap --size=256 --fstype swap -part / --size=1279 --fstype ext4 +part / --size=1200 --fstype ext4 %packages -@standard @@ -24,4 +24,3 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target echo . %end - diff --git a/fedora-arm-server.ks b/fedora-arm-server.ks index 9c31d87..026e460 100644 --- a/fedora-arm-server.ks +++ b/fedora-arm-server.ks @@ -1,7 +1,7 @@ %include fedora-arm-base.ks # server defaults to xfs for / so lets do so on arm also -part / --size=3000 --fstype xfs +part / --size=2500 --fstype xfs %packages -@dial-up