mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-22 13:29:55 +00:00
[autoboot] Add an iPXE error URI to the "nothing to boot" message
Change the message "No filename or root path specified" to include an iPXE error URI. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
27578ec8c1
commit
7617e36f9e
@ -185,8 +185,8 @@ int uriboot ( struct uri *filename, struct uri *root_path ) {
|
||||
rc = 0;
|
||||
}
|
||||
} else {
|
||||
printf ( "No filename or root path specified\n" );
|
||||
rc = -ENOENT;
|
||||
printf ( "Nothing to boot: %s\n", strerror ( rc ) );
|
||||
}
|
||||
|
||||
err_san_describe:
|
||||
|
Loading…
x
Reference in New Issue
Block a user