wok diff ipxe/stuff/ipxe.cmd @ rev 18836

Up ipxe (1.0.0-20160119)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 19 22:25:38 2016 +0100 (2016-01-19)
parents 1019443a6c35
children 962c4700fe2b
line diff
     1.1 --- a/ipxe/stuff/ipxe.cmd	Sat Oct 26 10:44:25 2013 +0000
     1.2 +++ b/ipxe/stuff/ipxe.cmd	Tue Jan 19 22:25:38 2016 +0100
     1.3 @@ -27,10 +27,13 @@
     1.4  :web
     1.5  imgfree
     1.6  set weburl http://mirror.slitaz.org/pxe/
     1.7 +chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
     1.8  set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot ||
     1.9  set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/
    1.10 +chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
    1.11  set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot ||
    1.12  set weburl http://download.tuxfamily.org/slitaz/pxe/
    1.13 +chain --autofree ${weburl}ipxe/menu.ipxe && boot ||
    1.14  set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot ||
    1.15  goto menu
    1.16