add missing partitions for base gc

This commit is contained in:
Louis Abel 2022-11-17 02:37:32 -07:00
parent 53e8d4ec65
commit 593abcab2e
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ rootpw --iscrypted thereisnopasswordanditslocked
# Partition stuff # Partition stuff
zerombr zerombr
clearpart --all --initlabel clearpart --all --initlabel
part /boot --fstype xfs --size 1024 --asprimary --ondisk vda
part /boot/efi --fstype vfat --size 512 --asprimary --ondisk vda
reqpart reqpart
part / --fstype="xfs" --ondisk=vda --size=8000 --grow part / --fstype="xfs" --ondisk=vda --size=8000 --grow
shutdown shutdown