Add reqpart to example kickstart files

This will make sure that platform specific partitions are created when
making partitioned disk images.
This commit is contained in:
Brian C. Lane 2018-06-11 13:54:51 -07:00
parent 594e762d63
commit 98de565979
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ bootloader --location=none
clearpart --all --initlabel clearpart --all --initlabel
rootpw rootme rootpw rootme
# Disk partitioning information # Disk partitioning information
reqpart
part / --size=6656 part / --size=6656
%post %post

View File

@ -29,6 +29,7 @@ bootloader --location=mbr
# Partition clearing information # Partition clearing information
clearpart --all --initlabel clearpart --all --initlabel
# Disk partitioning information # Disk partitioning information
reqpart
part / --fstype="ext4" --size=4000 part / --fstype="ext4" --size=4000
part swap --size=1000 part swap --size=1000