From 8684751be4da17276554bcc93ceccf353b5d55a6 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sep 01 2021 22:16:58 +0000 Subject: 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 --- diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 575a5bc..e52e201 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -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