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:
parent
4788d4eb4d
commit
f116ee8f05
@ -35,6 +35,7 @@ zerombr
|
|||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all
|
clearpart --all
|
||||||
# Disk partitioning information
|
# Disk partitioning information
|
||||||
|
reqpart
|
||||||
part biosboot --size=1
|
part biosboot --size=1
|
||||||
part / --fstype="ext4" --size=5000
|
part / --fstype="ext4" --size=5000
|
||||||
part swap --size=1000
|
part swap --size=1000
|
||||||
|
@ -32,6 +32,7 @@ zerombr
|
|||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --all
|
clearpart --all
|
||||||
# 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user