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:
parent
3d11e7026e
commit
06a242aa0a
@ -37,7 +37,7 @@ clearpart --all
|
|||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
reqpart
|
reqpart
|
||||||
part biosboot --size=1
|
part biosboot --size=1
|
||||||
part / --fstype="ext4" --size=5000
|
part / --fstype="ext4" --size=5500
|
||||||
part swap --size=1000
|
part swap --size=1000
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user