From ff45d1ad605a0cf1a14c3d05271c84c1d761b5c2 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 21 Feb 2018 09:47:39 -0500 Subject: [PATCH] arm kickstarts: extend filesystems to unblock image builds All of these images are failing because more disk space is needed to install the required rpms. This PR bumps the sizes so that they should succeed. See [1]. Here are the current failures in rawhide: koji task: 25182851 Workstation armhfp live image DEBUG util.py:439: At least 93MB more space needed on the / filesystem. koji task: 25182858 Spins armhfp LXDE DEBUG util.py:439: At least 926MB more space needed on the / filesystem. koji task: 25182869 Spins armhfp Mate DEBUG util.py:439: At least 121MB more space needed on the / filesystem. koji task: 25182901 Spins armhfp LXQt DEBUG util.py:439: At least 180MB more space needed on the / filesystem. koji task: 25182854 Spins armhfp KDE DEBUG util.py:439: At least 294MB more space needed on the / filesystem. [1] https://pagure.io/dusty/failed-composes/issue/9#comment-495037 Signed-off-by: Dusty Mabe --- fedora-arm-kde.ks | 2 +- fedora-arm-lxde.ks | 2 ++ fedora-arm-lxqt.ks | 2 +- fedora-arm-mate.ks | 2 +- fedora-arm-workstation.ks | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fedora-arm-kde.ks b/fedora-arm-kde.ks index 34a18ca..4809c9b 100644 --- a/fedora-arm-kde.ks +++ b/fedora-arm-kde.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-kde-common.ks -part / --size=5690 --fstype ext4 +part / --size=6000 --fstype ext4 %post diff --git a/fedora-arm-lxde.ks b/fedora-arm-lxde.ks index 9e59c97..8c67bcb 100644 --- a/fedora-arm-lxde.ks +++ b/fedora-arm-lxde.ks @@ -2,6 +2,8 @@ %include fedora-arm-xbase.ks %include fedora-lxde-common.ks +part / --size=4000 --fstype ext4 + %post %end diff --git a/fedora-arm-lxqt.ks b/fedora-arm-lxqt.ks index 0537fee..66cc8dc 100644 --- a/fedora-arm-lxqt.ks +++ b/fedora-arm-lxqt.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-lxqt-common.ks -part / --size=3800 --fstype ext4 --asprimary +part / --size=4200 --fstype ext4 --asprimary %packages # trojita not available on non-x86 platforms diff --git a/fedora-arm-mate.ks b/fedora-arm-mate.ks index f49e054..6a4f99c 100644 --- a/fedora-arm-mate.ks +++ b/fedora-arm-mate.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-mate-common.ks -part / --size=5500 --fstype ext4 +part / --size=6000 --fstype ext4 %post diff --git a/fedora-arm-workstation.ks b/fedora-arm-workstation.ks index 5275e98..913a57a 100644 --- a/fedora-arm-workstation.ks +++ b/fedora-arm-workstation.ks @@ -2,7 +2,7 @@ %include fedora-arm-xbase.ks %include fedora-workstation-common.ks -part / --size=5500 --fstype ext4 +part / --size=6000 --fstype ext4 %packages -initial-setup