From 5d2802e4030ed9177c01e751fd89c898eaf90f88 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 23 Apr 2011 09:50:38 +0100 Subject: [sanboot] Add "sanhook" and "sanunhook" commands Expose the multiple-SAN-drive capability of the iPXE core via the iPXE command line by adding commands to hook and unhook additional drives. Signed-off-by: Michael Brown --- src/core/null_sanboot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') diff --git a/src/core/null_sanboot.c b/src/core/null_sanboot.c index 9cdb16290..6584e7a11 100644 --- a/src/core/null_sanboot.c +++ b/src/core/null_sanboot.c @@ -38,6 +38,7 @@ static int null_san_describe ( unsigned int drive __unused ) { return -EOPNOTSUPP; } +PROVIDE_SANBOOT_INLINE ( null, san_default_drive ); PROVIDE_SANBOOT ( null, san_hook, null_san_hook ); PROVIDE_SANBOOT ( null, san_unhook, null_san_unhook ); PROVIDE_SANBOOT ( null, san_boot, null_san_boot ); -- cgit v1.2.3-55-g7522