mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Print explicit error message on iSCSI boot failure, and add
"Permission denied" as an error text to strerror().
This commit is contained in:
@@ -57,3 +57,4 @@ struct errortab enoem __errortab = { ENOMEM, "Out of memory" };
|
||||
struct errortab einval __errortab = { EINVAL, "Invalid argument" };
|
||||
struct errortab enospc __errortab = { ENOSPC, "No space left on device" };
|
||||
struct errortab eio __errortab = { EIO, "Input/output error" };
|
||||
struct errortab eacces __errortab = { EACCES, "Permission denied" };
|
||||
|
||||
Reference in New Issue
Block a user