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
|
||||
rootpw rootme
|
||||
# Disk partitioning information
|
||||
reqpart
|
||||
part / --size=6656
|
||||
|
||||
%post
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user