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