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:
parent
48c7c43e38
commit
ea77b0da20
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user