From 593abcab2e11bb13ca8408390fe2274a1b3d538a Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 17 Nov 2022 02:37:32 -0700 Subject: [PATCH] add missing partitions for base gc --- Rocky-8-GenericCloud-Base.ks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rocky-8-GenericCloud-Base.ks b/Rocky-8-GenericCloud-Base.ks index 8f0386d..867a337 100644 --- a/Rocky-8-GenericCloud-Base.ks +++ b/Rocky-8-GenericCloud-Base.ks @@ -18,6 +18,8 @@ rootpw --iscrypted thereisnopasswordanditslocked # Partition stuff 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 shutdown