mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
blah
This commit is contained in:
parent
ec71736c2b
commit
b6bddafa0c
1 changed files with 5 additions and 1 deletions
|
|
@ -59,11 +59,15 @@ goto boot
|
|||
|
||||
:boot
|
||||
imgfree
|
||||
kernel http://${mirror}/${dir}/images/pxeboot/vmlinuz repo=http://${mirror}/${dir} ${params} ${netcfg} || chain --autofree mirrors.ipxe && goto boot
|
||||
kernel http://${mirror}/${dir}/images/pxeboot/vmlinuz repo=http://${mirror}/${dir} ${params} ${netcfg} || goto change_mirror
|
||||
initrd http://${mirror}/${dir}/images/pxeboot/initrd.img ||
|
||||
boot ||
|
||||
goto linux_menu
|
||||
|
||||
:change_mirror
|
||||
chain --autofree mirrors.ipxe
|
||||
goto boot
|
||||
|
||||
:linux_menu
|
||||
clear menu
|
||||
chain linux.ipxe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue