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:
parent
ec8ecba9d1
commit
de73924cd3
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user