aboutsummaryrefslogtreecommitdiff
path: root/roles/libvirt/templates/kickstart/el10.ks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/libvirt/templates/kickstart/el10.ks')
-rw-r--r--roles/libvirt/templates/kickstart/el10.ks1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/libvirt/templates/kickstart/el10.ks b/roles/libvirt/templates/kickstart/el10.ks
index a9d2f80..39ebf19 100644
--- a/roles/libvirt/templates/kickstart/el10.ks
+++ b/roles/libvirt/templates/kickstart/el10.ks
@@ -28,6 +28,7 @@ firstboot --enable
ignoredisk --only-use=vda
clearpart --all --initlabel
+part biosboot --fstype="biosboot" --size=1
part /boot --fstype="xfs" --size=1024
part pv.01 --grow --size=1
volgroup root_vg pv.01