aboutsummaryrefslogtreecommitdiff
path: root/roles/libvirt/templates/kickstart/f38.ks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/libvirt/templates/kickstart/f38.ks')
-rw-r--r--roles/libvirt/templates/kickstart/f38.ks1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/libvirt/templates/kickstart/f38.ks b/roles/libvirt/templates/kickstart/f38.ks
index 2941e5f..4accb51 100644
--- a/roles/libvirt/templates/kickstart/f38.ks
+++ b/roles/libvirt/templates/kickstart/f38.ks
@@ -25,6 +25,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