mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[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 <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user