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