rhel7-livemedia: Increase the rootfilesystem size

In some cases a livemedia-creator run doesn't have enough space to
install all the packages. Increase the size by 500M to increase the
chances of this working with the defaults.

Resolves: rhbz#1829204
This commit is contained in:
Brian C. Lane 2020-05-14 11:59:25 -07:00
parent 3d11e7026e
commit 06a242aa0a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ clearpart --all
# Disk partitioning information
reqpart
part biosboot --size=1
part / --fstype="ext4" --size=5000
part / --fstype="ext4" --size=5500
part swap --size=1000
%post