Skip to content

Commit

Permalink
[autoboot] Add an iPXE error URI to the "nothing to boot" message
Browse files Browse the repository at this point in the history
Change the message "No filename or root path specified" to include an
iPXE error URI.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Feb 28, 2011
1 parent 27578ec commit 7617e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/autoboot.c
Expand Up @@ -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:
Expand Down

0 comments on commit 7617e36

Please sign in to comment.