forked from srbala/fedora-kickstarts
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
95993d9d0a
commit
1ec1620e13
@ -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
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
%include fedora-arm-xbase.ks
|
||||
%include fedora-lxde-common.ks
|
||||
|
||||
part / --size=4000 --fstype ext4
|
||||
|
||||
%post
|
||||
|
||||
%end
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user