Add UEFI partitions for generic cloud

This commit is contained in:
Neil Hanlon 2022-07-21 10:46:18 -04:00
parent b2f0118066
commit dd9d73a0f8
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 2 additions and 0 deletions

View File

@ -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