From c1dfc5b0ad7ccae62f9cc762ab42804a5123fb71 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 5 Nov 2015 12:15:42 -0600 Subject: [PATCH] Retry boot process after cycling mirror out --- src/fedora.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fedora.ipxe b/src/fedora.ipxe index b8ac8269..c56621bc 100644 --- a/src/fedora.ipxe +++ b/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