mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-14 12:54:22 +00:00
Cloud: Add PReP partition for POWER cloud images
VM images on POWER require a PReP partition to be able to boot. Since we don't have a way to define this archfully for now, let's just always create it. Losing 4MB isn't that bad, anyway... Signed-off-by: Neal Gompa <ngompa@fedoraproject.org>
This commit is contained in:
parent
1076b94806
commit
b6f0c32dc7
@ -38,6 +38,7 @@ services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||
|
||||
# Configure for gpt with bios+uefi
|
||||
clearpart --all --initlabel --disklabel=gpt
|
||||
part prepboot --size=4 --fstype=prepboot
|
||||
part biosboot --size=1 --fstype=biosboot
|
||||
part /boot/efi --size=100 --fstype=efi
|
||||
part /boot --size=500 --fstype=ext4 --label=boot
|
||||
|
Loading…
Reference in New Issue
Block a user