From b08a6f530042cfc0f8be2209cde9fab3d0ab9143 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 4 Mar 2008 17:59:26 +0000 Subject: [Command] Add "sanboot" command. --- src/usr/autoboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr') diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index c3b07e9a6..b84bd7b17 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -108,7 +108,7 @@ static int boot_filename ( const char *filename ) { * @v root_path Root path * @ret rc Return status code */ -static int boot_root_path ( const char *root_path ) { +int boot_root_path ( const char *root_path ) { /* Quick hack */ if ( strncmp ( root_path, "iscsi:", 6 ) == 0 ) { -- cgit v1.2.3-55-g7522