From b6bddafa0c2a8a0c844178ab40ccd4738649dcaf Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 5 Nov 2015 18:20:11 -0600 Subject: [PATCH] blah --- src/fedora.ipxe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/fedora.ipxe b/src/fedora.ipxe index c56621bc..1856cee5 100644 --- a/src/fedora.ipxe +++ b/src/fedora.ipxe @@ -59,11 +59,15 @@ goto boot :boot imgfree -kernel http://${mirror}/${dir}/images/pxeboot/vmlinuz repo=http://${mirror}/${dir} ${params} ${netcfg} || chain --autofree mirrors.ipxe && goto boot +kernel http://${mirror}/${dir}/images/pxeboot/vmlinuz repo=http://${mirror}/${dir} ${params} ${netcfg} || goto change_mirror initrd http://${mirror}/${dir}/images/pxeboot/initrd.img || boot || goto linux_menu +:change_mirror +chain --autofree mirrors.ipxe +goto boot + :linux_menu clear menu chain linux.ipxe