diff --git a/embed.ipxe b/embed.ipxe index bf3da62..0e62f2a 100644 --- a/embed.ipxe +++ b/embed.ipxe @@ -214,7 +214,7 @@ iseq ${platform} efi && goto is_efi || goto not_efi :is_efi set initrd1 initrd=initrd.cpio -if isset initrd2 && clear initrd2 +isset initrd2 && clear initrd2 imgfetch http://images.sysdeploy.org/${ubuntu-variant}/${arch-info}/inird.cpio || goto try_next_card imgverify --signer images.sysdeploy.org initrd.cpio http://images.sysdeploy.org/${ubuntu-variant}/${arch-info}/initrd.cpio.sig || goto error_handler