From cc545fba4474277e36dfb57f82bfca514ed697c8 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:59 -0400 Subject: [PATCH] Fix missing initrd= option for liveboot --- templates/boot.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/boot.ipxe b/templates/boot.ipxe index 78cfd38..dd70fbf 100644 --- a/templates/boot.ipxe +++ b/templates/boot.ipxe @@ -20,5 +20,5 @@ set submenu-default pvc-installer :pvc-installer kernel ${root-url}/vmlinuz initrd ${root-url}/initrd.img -imgargs vmlinuz ${imgargs-host} ${imgargs-base} ${imgargs-pvcinstall} +imgargs vmlinuz initrd=initrd.img ${imgargs-host} ${imgargs-base} ${imgargs-pvcinstall} boot