]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Add error table entry for local filesystem EFI_NOT_FOUND error
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Mar 2024 12:41:32 +0000 (12:41 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Mar 2024 14:46:13 +0000 (14:46 +0000)
commit43deab89c329984366d519ae612b67ee0d5998b6
tree4b7993921f2bca38ecca0b070f6851596e2d14b8
parent19f39bc07a82ac589cd2fa360b6f32c15d0eb0a8
[efi] Add error table entry for local filesystem EFI_NOT_FOUND error

Add an abbreviated "Not found" error message for an EFI_NOT_FOUND
error encountered when attempting to open a file on a local
filesystem, so that any automatic attempt to download a non-existent
autoexec.ipxe script produces only a minimal error message.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_local.c