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
|
||||
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 ||
|
||||
boot ||
|
||||
goto linux_menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user