bump the root filesystem size

a. pre-empt future compose failure due to running out of space
b. existing l-i-t-d persistent root feature depends on the free space on this file system, right now free space is just under 650M and is a bit tight
c. fairly certain free space dropping below 90% is why I'm running into https://bugzilla.redhat.com/show_bug.cgi?id=1715699
This commit is contained in:
Chris Murphy 2019-07-29 17:40:37 +00:00 committed by chris
parent 1165ca1ca3
commit d9ee9210ba
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#
#include snippets/packagekit-cached-metadata.ks
part / --size 6656
part / --size 7680
%post