aboutsummaryrefslogtreecommitdiff
path: root/roles/libvirt/templates/kickstart/el9.ks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/libvirt/templates/kickstart/el9.ks')
-rw-r--r--roles/libvirt/templates/kickstart/el9.ks1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/libvirt/templates/kickstart/el9.ks b/roles/libvirt/templates/kickstart/el9.ks
index 7096d9b..1e9e7a8 100644
--- a/roles/libvirt/templates/kickstart/el9.ks
+++ b/roles/libvirt/templates/kickstart/el9.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