mirror of https://github.com/ipxe/ipxe.git
[vbox] Enable some more features now that we have LZMA compression
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/34/head
parent
ea3be0f4a6
commit
40c699a181
|
@ -1,25 +1,17 @@
|
||||||
/* Disabled from config/defaults/pcbios.h */
|
/* Disabled from config/defaults/pcbios.h */
|
||||||
|
|
||||||
#undef IMAGE_ELF
|
|
||||||
#undef SANBOOT_PROTO_ISCSI
|
#undef SANBOOT_PROTO_ISCSI
|
||||||
#undef SANBOOT_PROTO_AOE
|
#undef SANBOOT_PROTO_AOE
|
||||||
#undef SANBOOT_PROTO_IB_SRP
|
#undef SANBOOT_PROTO_IB_SRP
|
||||||
#undef SANBOOT_PROTO_FCP
|
#undef SANBOOT_PROTO_FCP
|
||||||
#undef REBOOT_CMD
|
|
||||||
#undef CPUID_CMD
|
|
||||||
|
|
||||||
/* Disabled from config/general.h */
|
/* Disabled from config/general.h */
|
||||||
|
|
||||||
#undef DOWNLOAD_PROTO_HTTP
|
|
||||||
#undef CRYPTO_80211_WEP
|
#undef CRYPTO_80211_WEP
|
||||||
#undef CRYPTO_80211_WPA
|
#undef CRYPTO_80211_WPA
|
||||||
#undef CRYPTO_80211_WPA2
|
#undef CRYPTO_80211_WPA2
|
||||||
#undef IWMGMT_CMD
|
#undef IWMGMT_CMD
|
||||||
#undef FCMGMT_CMD
|
|
||||||
#undef SANBOOT_CMD
|
|
||||||
#undef MENU_CMD
|
#undef MENU_CMD
|
||||||
#undef LOGIN_CMD
|
|
||||||
#undef SYNC_CMD
|
|
||||||
|
|
||||||
/* Ensure ROM banner is not displayed */
|
/* Ensure ROM banner is not displayed */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue