summaryrefslogtreecommitdiffstats
path: root/src/usr/autoboot.c
diff options
context:
space:
mode:
authorMichael Brown2008-03-04 18:59:26 +0100
committerMichael Brown2008-03-04 18:59:26 +0100
commitb08a6f530042cfc0f8be2209cde9fab3d0ab9143 (patch)
tree85441416f1ca65f97d4ba0ef57d3b8f7e955f5d7 /src/usr/autoboot.c
parent[DHCP] Fix RFC4390 client identifier constructions. (diff)
downloadipxe-b08a6f530042cfc0f8be2209cde9fab3d0ab9143.tar.gz
ipxe-b08a6f530042cfc0f8be2209cde9fab3d0ab9143.tar.xz
ipxe-b08a6f530042cfc0f8be2209cde9fab3d0ab9143.zip
[Command] Add "sanboot" command.
Diffstat (limited to 'src/usr/autoboot.c')
-rw-r--r--src/usr/autoboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c
index c3b07e9a..b84bd7b1 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 ) {