From dd9d73a0f898e913ae1a32423032791e32e4b122 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 21 Jul 2022 10:46:18 -0400 Subject: [PATCH] Add UEFI partitions for generic cloud --- Rocky-9-GenericCloud.ks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rocky-9-GenericCloud.ks b/Rocky-9-GenericCloud.ks index db7f869..4b39aec 100644 --- a/Rocky-9-GenericCloud.ks +++ b/Rocky-9-GenericCloud.ks @@ -19,6 +19,8 @@ timezone --utc UTC bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda zerombr clearpart --all --initlabel +part /boot --fstype xfs --size 1024 --asprimary --ondisk vda +part /boot/efi --fstype vfat --size 512 --asprimary --ondisk vda reqpart part / --fstype="xfs" --ondisk=vda --size=8000 --grow