mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
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 <dusty@dustymabe.com>
This commit is contained in:
parent
a3d3880480
commit
ff45d1ad60
@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-kde-common.ks
|
%include fedora-kde-common.ks
|
||||||
|
|
||||||
part / --size=5690 --fstype ext4
|
part / --size=6000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-lxde-common.ks
|
%include fedora-lxde-common.ks
|
||||||
|
|
||||||
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-lxqt-common.ks
|
%include fedora-lxqt-common.ks
|
||||||
|
|
||||||
part / --size=3800 --fstype ext4 --asprimary
|
part / --size=4200 --fstype ext4 --asprimary
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# trojita not available on non-x86 platforms
|
# trojita not available on non-x86 platforms
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-mate-common.ks
|
%include fedora-mate-common.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=6000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-workstation-common.ks
|
%include fedora-workstation-common.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=6000 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
|
Loading…
Reference in New Issue
Block a user