mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 15:31:42 +03:00
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Add yet another ugly hack to iscsiboot.c, this time to allow the user to inhibit the shutdown/removal of the iSCSI INT13 device (and the network devices, since they are required for the iSCSI device to function). On the plus side, the fact that shutdown() now takes flags to differentiate between shutdown-for-exit and shutdown-for-boot means that another ugly hack (to allow returning via the PXE stack on BIOSes that have broken INT 18 calls) will be easier. I feel dirty.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
extern int shutdown_exit_flags;
|
||||
|
||||
extern void autoboot ( void );
|
||||
extern int boot_root_path ( const char *root_path );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user