Add reqpart to example kickstart files

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

Resolves: rhbz#1545289
This commit is contained in:
Brian C. Lane 2018-06-08 11:59:21 -07:00
parent 4788d4eb4d
commit f116ee8f05
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ zerombr
# Partition clearing information
clearpart --all
# Disk partitioning information
reqpart
part biosboot --size=1
part / --fstype="ext4" --size=5000
part swap --size=1000

View File

@ -32,6 +32,7 @@ zerombr
# Partition clearing information
clearpart --all
# Disk partitioning information
reqpart
part / --fstype="ext4" --size=4000
part swap --size=1000