]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[sanboot] Add "sanhook" and "sanunhook" commands
authorMichael Brown <mcb30@ipxe.org>
Sat, 23 Apr 2011 08:50:38 +0000 (09:50 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 24 Apr 2011 15:44:34 +0000 (16:44 +0100)
commit5d2802e4030ed9177c01e751fd89c898eaf90f88
tree40d2468fd50c4ea6f39ee165536eb782e7ec0376
parent3ca5656208d532b74d7ceecae1760d118e96a172
[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>
src/arch/i386/include/int13.h
src/arch/i386/include/ipxe/bios_sanboot.h
src/arch/i386/interface/pcbios/int13.c
src/core/null_sanboot.c
src/hci/commands/sanboot_cmd.c
src/include/ipxe/null_sanboot.h
src/include/ipxe/sanboot.h
src/include/usr/autoboot.h
src/usr/autoboot.c
src/usr/pxemenu.c