diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index bb7d692e..407e7386 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -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: