wok diff ipxe/stuff/ipxe.cmd @ rev 16667
Add mlvpn
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 11:22:33 2014 +0000 (2014-05-14) |
parents | db33cd473e3e |
children | c0ad10db4140 |
line diff
1.1 --- a/ipxe/stuff/ipxe.cmd Mon Oct 14 13:38:36 2013 +0000 1.2 +++ b/ipxe/stuff/ipxe.cmd Wed May 14 11:22:33 2014 +0000 1.3 @@ -1,10 +1,11 @@ 1.4 #!ipxe 1.5 1.6 set menu-timeout 3000 1.7 -dhcp 1.8 +dhcp || 1.9 1.10 :menu 1.11 menu SliTaz net boot menu 1.12 +item --key b boot Local boot 1.13 item --key l lan Your PXE boot 1.14 item --key w web SliTaz WEB boot 1.15 item --key r rolling SliTaz development version 1.16 @@ -14,6 +15,9 @@ 1.17 set menu-timeout 0 1.18 goto ${target} 1.19 1.20 +:boot 1.21 +exit 1.22 + 1.23 :exit 1.24 help 1.25 echo Type 'exit' to get the back to the menu