From 6c6cf8ccde96dc4fa9704ee828030391726cdba2 Mon Sep 17 00:00:00 2001 From: Devon Bautista Date: Mon, 25 Nov 2024 15:18:13 -0700 Subject: [PATCH] fix: change default config.ipxe boot to boot ${filename} --- config/config.ipxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.ipxe b/config/config.ipxe index 4ccd044..3edac45 100644 --- a/config/config.ipxe +++ b/config/config.ipxe @@ -1,4 +1,4 @@ #!ipxe -dhcp -chain --autofree https://boot.netboot.xyz/ +echo Booting from ${filename} +chain ${filename}