aboutsummaryrefslogtreecommitdiff
path: root/roles/libvirt/templates/kickstart/el8.ks
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-09-13 22:46:29 -0400
committerspmfox <spmfox@foxwd.com>2025-09-13 22:46:29 -0400
commit00652e38ac761d384e8c4cab66a21d755ed0ef1c (patch)
tree036587fb4ac8e195f08775212417d5b40806189d /roles/libvirt/templates/kickstart/el8.ks
parent373470ae14020f294b43fb09f39722703d91dd73 (diff)
reverting efi, adding bios partitiondev
Diffstat (limited to 'roles/libvirt/templates/kickstart/el8.ks')
-rw-r--r--roles/libvirt/templates/kickstart/el8.ks1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/libvirt/templates/kickstart/el8.ks b/roles/libvirt/templates/kickstart/el8.ks
index 300a68c..00ca662 100644
--- a/roles/libvirt/templates/kickstart/el8.ks
+++ b/roles/libvirt/templates/kickstart/el8.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