Increase root partition of rhel-livemedia.ks to 8000MB

Resolves: rhbz#2001942
This commit is contained in:
Brian C. Lane 2021-09-07 14:47:49 -07:00
parent da06dc4042
commit 904bea6274
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ bootloader --location=none
clearpart --all --initlabel
rootpw rootme
# Disk partitioning information
part / --size=6656
part / --size=8000
%post
# FIXME: it'd be better to get this installed from a package