Add reqpart to example kickstart files

This will make sure that platform specific partitions are created when
making partitioned disk images.

(cherry picked from commit 98de565979)
This commit is contained in:
Brian C. Lane 2018-06-11 13:54:51 -07:00
parent ec8ecba9d1
commit de73924cd3
2 changed files with 2 additions and 0 deletions

View File

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

View File

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