# HG changeset patch # User Pascal Bellard # Date 1453654130 -3600 # Node ID f6ecd4224bf81a84ac9f9a007149040f3fd2996e # Parent 2e998ebdc270f15472e0a908dc491d2b7fd74945 ipxe: no more pxelinux.0 diff -r 2e998ebdc270 -r f6ecd4224bf8 ipxe/stuff/ipxe.cmd --- a/ipxe/stuff/ipxe.cmd Sun Jan 24 17:34:37 2016 +0100 +++ b/ipxe/stuff/ipxe.cmd Sun Jan 24 17:48:50 2016 +0100 @@ -32,12 +32,12 @@ chain --autofree ${weburl}ipxe/menu.ipxe && boot || set weburl http://download.tuxfamily.org/slitaz/pxe/ chain --autofree ${weburl}ipxe/menu.ipxe && boot || -set weburl http://mirror.slitaz.org/pxe/ -set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || -set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/ -set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || -set weburl http://download.tuxfamily.org/slitaz/pxe/ -set 210:string ${weburl} && chain ${weburl}pxelinux.0 && boot || +set weburl http://mirror1.slitaz.org/pxe/ +chain --autofree ${weburl}ipxe/menu.ipxe && boot || +set weburl http://mirror2.slitaz.org/pxe/ +chain --autofree ${weburl}ipxe/menu.ipxe && boot || +set weburl http://mirror3.slitaz.org/pxe/ +chain --autofree ${weburl}ipxe/menu.ipxe && boot || goto menu :lan