wok diff ipxe/stuff/ipxe.cmd @ rev 25898
Add modutil on nss
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Oct 19 21:41:00 2025 +0200 (46 hours ago) |
parents | 1c7a2bb8afc7 |
children |
line diff
1.1 --- a/ipxe/stuff/ipxe.cmd Sun Oct 13 08:41:14 2024 +0000 1.2 +++ b/ipxe/stuff/ipxe.cmd Sun Oct 19 21:41:00 2025 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 #!ipxe 1.5 1.6 -set weburl http://mirror.slitaz.org/pxe/ipxe/ 1.7 +set weburl http://mirror.slitaz.org/pxe/ipxe/menu.ipxe 1.8 set menu-timeout 3000 1.9 dhcp && isset ${filename} && autoboot || 1.10 console --picture http://mirror.slitaz.org/pxe/ipxe/slitaz.png || console --x 640 --y 480 || 1.11 @@ -50,15 +50,15 @@ 1.12 1.13 :web 1.14 imgfree 1.15 -chain --autofree ${weburl}menu.ipxe && boot || 1.16 -set weburl http://download.tuxfamily.org/slitaz/pxe/ipxe/ 1.17 -chain --autofree ${weburl}menu.ipxe && boot || 1.18 -set weburl http://mirror1.slitaz.org/pxe/ipxe/ 1.19 -chain --autofree ${weburl}menu.ipxe && boot || 1.20 -set weburl http://mirror2.slitaz.org/pxe/ipxe/ 1.21 -chain --autofree ${weburl}menu.ipxe && boot || 1.22 -set weburl http://mirror3.slitaz.org/pxe/ipxe/ 1.23 -chain --autofree ${weburl}menu.ipxe && boot || 1.24 +chain --autofree ${weburl} && boot || 1.25 +set weburl http://download.tuxfamily.org/slitaz/pxe/ipxe/menu.ipxe 1.26 +chain --autofree ${weburl} && boot || 1.27 +set weburl http://mirror1.slitaz.org/pxe/ipxe/menu.ipxe 1.28 +chain --autofree ${weburl} && boot || 1.29 +set weburl http://mirror2.slitaz.org/pxe/ipxe/menu.ipxe 1.30 +chain --autofree ${weburl} && boot || 1.31 +set weburl http://mirror3.slitaz.org/pxe/ipxe/menu.ipxe 1.32 +chain --autofree ${weburl} && boot || 1.33 goto menu 1.34 1.35 :lan