# HG changeset patch # User Pascal Bellard # Date 1593765911 0 # Node ID 4c700cf9a7cd67e93e82d7d1c5c2154ace1ec4f7 # Parent 7a039a8706262eb91e79f2cdbf7ecc113a6af37d ipxe: remove mirror.switch.ch diff -r 7a039a870626 -r 4c700cf9a7cd ipxe/stuff/ipxe.cmd --- a/ipxe/stuff/ipxe.cmd Wed Jul 01 17:06:12 2020 +0000 +++ b/ipxe/stuff/ipxe.cmd Fri Jul 03 08:45:11 2020 +0000 @@ -16,7 +16,6 @@ item --gap Network boot isset ${filename} && item --key l lan Your PXE boot ${filename} || item --key w web SliTaz WEB boot -item --key r rolling SliTaz development version goto endip :noip item --key i ipset IP settings @@ -47,8 +46,6 @@ imgfree set weburl http://mirror.slitaz.org/pxe/ chain --autofree ${weburl}ipxe/menu.ipxe && boot || -set weburl http://mirror.switch.ch/ftp/mirror/slitaz/pxe/ -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://mirror1.slitaz.org/pxe/ @@ -63,10 +60,6 @@ autoboot || goto menu -:rolling -sanboot http://mirror.slitaz.org/iso/rolling/slitaz-rolling.iso || -goto menu - :config config goto menu