forked from sig_core/kickstarts
add missing partitions for base gc
This commit is contained in:
parent
53e8d4ec65
commit
593abcab2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user