From 6ccd85fe1db32583718ce9102d6bf6a5699757ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Sun, 14 May 2023 15:03:50 +0800 Subject: [PATCH] Typo --- embed.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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