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:
Neal Gompa 2016-12-21 14:15:47 -05:00
parent 92ca122497
commit b164029627
1 changed files with 1 additions and 1 deletions

View File

@ -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"