forked from srbala/fedora-kickstarts
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:
parent
1165ca1ca3
commit
d9ee9210ba
@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
#include snippets/packagekit-cached-metadata.ks
|
#include snippets/packagekit-cached-metadata.ks
|
||||||
|
|
||||||
part / --size 6656
|
part / --size 7680
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user