Increase example kickstart root partitions to at least 4000MB

Anaconda needs enough space to download the rpms and install the packages
when running livemedia-creator with virt mode so the / partition needs
to be larger.

Resolves: rhbz#1973407
This commit is contained in:
Brian C. Lane 2021-07-06 15:44:45 -07:00
parent 48c7c43e38
commit ea77b0da20
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ bootloader --disabled
# Partition clearing information
clearpart --all --initlabel
# Disk partitioning information
part / --fstype="ext4" --size=3000
part / --fstype="ext4" --size=4000
%post
# Remove random-seed

View File

@ -34,7 +34,7 @@ bootloader --location=mbr
# Partition clearing information
clearpart --all --initlabel
# Disk partitioning information
part / --fstype="ext4" --size=2000
part / --fstype="ext4" --size=4000
part swap --size=512
%post

View File

@ -31,7 +31,7 @@ zerombr
# Partition clearing information
clearpart --all
# Disk partitioning information
part / --fstype="ext4" --size=3000
part / --fstype="ext4" --size=4000
%post
# Remove random-seed