wok-6.x rev 18851
ipxe: no more pxelinux.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 24 17:48:50 2016 +0100 (2016-01-24) |
parents | 2e998ebdc270 |
children | 0c85739e5ac3 |
files | ipxe/stuff/ipxe.cmd |
line diff
1.1 --- a/ipxe/stuff/ipxe.cmd Sun Jan 24 17:34:37 2016 +0100 1.2 +++ b/ipxe/stuff/ipxe.cmd Sun Jan 24 17:48:50 2016 +0100 1.3 @@ -32,12 +32,12 @@ 1.4 chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.5 set weburl http://download.tuxfamily.org/slitaz/pxe/ 1.6 chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.7 -set weburl http://mirror.slitaz.org/pxe/ 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 -set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || 1.11 -set weburl http://download.tuxfamily.org/slitaz/pxe/ 1.12 -set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || 1.13 +set weburl http://mirror1.slitaz.org/pxe/ 1.14 +chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.15 +set weburl http://mirror2.slitaz.org/pxe/ 1.16 +chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.17 +set weburl http://mirror3.slitaz.org/pxe/ 1.18 +chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.19 goto menu 1.20 1.21 :lan