Improved message at image load time about hidden El Torito images for EFI

This commit is contained in:
2018-06-10 19:51:47 +02:00
parent f39d4eefee
commit 69c8c543a9
3 changed files with 18 additions and 1 deletions

View File

@@ -8955,6 +8955,9 @@ int iso_conv_name_chars(IsoWriteOpts *opts, char *name, size_t name_len,
(FAILURE, HIGH, -420) */
#define ISO_MULTI_OVER_IMPORTED 0xE830FE5C
/** El-Torito EFI image is hidden (NOTE,HIGH, -421) */
#define ISO_ELTO_EFI_HIDDEN 0xB030FE5B
/* Internal developer note:
Place new error codes directly above this comment.