mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
increase size of / for arm desktop image
currently the desktop image is failing to compose, this is due to needing an additional 126MB on the / filesystem. lets give it an extra 1000MB
This commit is contained in:
parent
9470ce8863
commit
854d60c781
@ -3,7 +3,7 @@
|
||||
%include fedora-desktop-packages.ks
|
||||
%include fedora-arm-partitioning.ks
|
||||
|
||||
part / --size=4000 --fstype ext4
|
||||
part / --size=5000 --fstype ext4
|
||||
|
||||
%packages
|
||||
-initial-setup
|
||||
|
Loading…
Reference in New Issue
Block a user