Explorar o código

Retry boot process after cycling mirror out

Antony Messerli %!s(int64=9) %!d(string=hai) anos
pai
achega
c1dfc5b0ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/fedora.ipxe

+ 1 - 1
src/fedora.ipxe

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