mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[Command] Add "sanboot" command.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user