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
|
# Partition clearing information
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --fstype="ext4" --size=3000
|
part / --fstype="ext4" --size=4000
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# Remove random-seed
|
# Remove random-seed
|
||||||
|
@ -34,7 +34,7 @@ bootloader --location=mbr
|
|||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --fstype="ext4" --size=2000
|
part / --fstype="ext4" --size=4000
|
||||||
part swap --size=512
|
part swap --size=512
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
@ -31,7 +31,7 @@ zerombr
|
|||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all
|
clearpart --all
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
part / --fstype="ext4" --size=3000
|
part / --fstype="ext4" --size=4000
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# Remove random-seed
|
# Remove random-seed
|
||||||
|
Loading…
Reference in New Issue
Block a user