wok-current rev 23878
ipxe: remove mirror.switch.ch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 03 08:45:11 2020 +0000 (2020-07-03) |
parents | 7a039a870626 |
children | 5baa9d957a85 |
files | ipxe/stuff/ipxe.cmd |
line diff
1.1 --- a/ipxe/stuff/ipxe.cmd Wed Jul 01 17:06:12 2020 +0000 1.2 +++ b/ipxe/stuff/ipxe.cmd Fri Jul 03 08:45:11 2020 +0000 1.3 @@ -16,7 +16,6 @@ 1.4 item --gap Network boot 1.5 isset ${filename} && item --key l lan Your PXE boot ${filename} || 1.6 item --key w web SliTaz WEB boot 1.7 -item --key r rolling SliTaz development version 1.8 goto endip 1.9 :noip 1.10 item --key i ipset IP settings 1.11 @@ -47,8 +46,6 @@ 1.12 imgfree 1.13 set weburl http://mirror.slitaz.org/pxe/ 1.14 chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.15 -set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/ 1.16 -chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.17 set weburl http://download.tuxfamily.org/slitaz/pxe/ 1.18 chain --autofree ${weburl}ipxe/menu.ipxe && boot || 1.19 set weburl http://mirror1.slitaz.org/pxe/ 1.20 @@ -63,10 +60,6 @@ 1.21 autoboot || 1.22 goto menu 1.23 1.24 -:rolling 1.25 -sanboot http://mirror.slitaz.org/iso/rolling/slitaz-rolling.iso || 1.26 -goto menu 1.27 - 1.28 :config 1.29 config 1.30 goto menu