[Command] Add "sanboot" command.

This commit is contained in:
Michael Brown
2008-03-04 17:59:26 +00:00
parent 844828cb15
commit b08a6f5300
5 changed files with 74 additions and 1 deletions

View File

@@ -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 ) {