2
0
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:
Michael Brown 2011-02-28 18:35:56 +00:00
parent 27578ec8c1
commit 7617e36f9e

View File

@ -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: