mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-19 04:31:04 +02:00
Retry boot process after cycling mirror out
This commit is contained in:
parent
ed3ebd41fd
commit
c1dfc5b0ad
@ -59,7 +59,7 @@ goto boot
|
|||||||
|
|
||||||
:boot
|
:boot
|
||||||
imgfree
|
imgfree
|
||||||
kernel http://${mirror}/${dir}/images/pxeboot/vmlinuz repo=http://${mirror}/${dir} ${params} ${netcfg} || chain --autofree mirrors.ipxe
|
kernel http://${mirror}/${dir}/images/pxeboot/vmlinuz repo=http://${mirror}/${dir} ${params} ${netcfg} || chain --autofree mirrors.ipxe && goto boot
|
||||||
initrd http://${mirror}/${dir}/images/pxeboot/initrd.img ||
|
initrd http://${mirror}/${dir}/images/pxeboot/initrd.img ||
|
||||||
boot ||
|
boot ||
|
||||||
goto linux_menu
|
goto linux_menu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user