summaryrefslogtreecommitdiffstats
path: root/data/ipxe-embed.template
diff options
context:
space:
mode:
Diffstat (limited to 'data/ipxe-embed.template')
-rw-r--r--data/ipxe-embed.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/ipxe-embed.template b/data/ipxe-embed.template
index 2a5b7c2..8ef845f 100644
--- a/data/ipxe-embed.template
+++ b/data/ipxe-embed.template
@@ -2,12 +2,12 @@
ifopen
set net0.dhcp/next-server %ipaddress% ||
set net0.dhcp/filename ipxelinux.0 ||
-set net0.dhcp/210:string / ||
-set net0.dhcp/209:string pxelinux.cfg/default ||
+clear net0.dhcp/210:string ||
+#set net0.dhcp/209:string pxelinux.cfg/default ||
set next-server %ipaddress%
set filename ipxelinux.0
-set 210:string /
-set 209:string pxelinux.cfg/default
+clear 210:string
+#set 209:string pxelinux.cfg/default
imgload pxelinux.0
boot pxelinux.0