Fix EC2 Base

This commit is contained in:
Neil Hanlon 2022-11-18 13:32:28 -05:00
parent 593abcab2e
commit 8c963fbb30
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 3 additions and 1 deletions

View File

@ -18,8 +18,10 @@ timezone UTC --isUtc
bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10" --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
part / --fstype="xfs" --ondisk=vda --maxsize=3000 --grow
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/