summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-20 18:01:39 +0200
committerSimon Rettberg2016-05-20 18:01:39 +0200
commitb3e8408fae7dc4869cd14d684ad7ae4127bf7465 (patch)
treeeb56852d94df49f5e7987b506484d95999d99c56 /data
parent[ad] Mount-cifs: Try different mount options (smb3 etc) (diff)
downloadtmlite-bwlp-b3e8408fae7dc4869cd14d684ad7ae4127bf7465.tar.gz
tmlite-bwlp-b3e8408fae7dc4869cd14d684ad7ae4127bf7465.tar.xz
tmlite-bwlp-b3e8408fae7dc4869cd14d684ad7ae4127bf7465.zip
[ipxe] Also create usb image
Diffstat (limited to 'data')
-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