mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Increase the rootfs size for dnf-powered appliance-tools build
The DNF-based appliance-tools build of the ARM image complains that it is short by 54MB, so we're increasing by a bit more than that to give some wiggle room for the future.
This commit is contained in:
parent
92ca122497
commit
b164029627
@ -2,7 +2,7 @@
|
||||
%include fedora-arm-xbase.ks
|
||||
%include fedora-kde-packages.ks
|
||||
|
||||
part / --size=5632 --fstype ext4
|
||||
part / --size=5690 --fstype ext4
|
||||
|
||||
%post
|
||||
echo -n "Enabling initial-setup gui mode on startup"
|
||||
|
Loading…
Reference in New Issue
Block a user