Retry boot process after cycling mirror out

This commit is contained in:
Antony Messerli 2015-11-05 12:15:42 -06:00
parent ed3ebd41fd
commit c1dfc5b0ad

View File

@ -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