diff options
| author | Robin Smidsrød | 2014-08-21 16:59:17 +0200 |
|---|---|---|
| committer | Michael Brown | 2014-08-21 17:05:29 +0200 |
| commit | 64dc45a4dc55393caef2815ea6a415eeda045293 (patch) | |
| tree | 4f37b0f770b7284adcbdc16d05337898f8065e7e /src/config/vbox/general.h | |
| parent | [intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDs (diff) | |
| download | ipxe-64dc45a4dc55393caef2815ea6a415eeda045293.tar.gz ipxe-64dc45a4dc55393caef2815ea6a415eeda045293.tar.xz ipxe-64dc45a4dc55393caef2815ea6a415eeda045293.zip | |
[build] Add named configuration for VirtualBox
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/vbox/general.h')
| -rw-r--r-- | src/config/vbox/general.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/config/vbox/general.h b/src/config/vbox/general.h new file mode 100644 index 000000000..3ebecd68c --- /dev/null +++ b/src/config/vbox/general.h @@ -0,0 +1,28 @@ +/* Disabled from config/defaults/pcbios.h */ + +#undef IMAGE_ELF +#undef IMAGE_MULTIBOOT +#undef SANBOOT_PROTO_ISCSI +#undef SANBOOT_PROTO_AOE +#undef SANBOOT_PROTO_IB_SRP +#undef SANBOOT_PROTO_FCP +#undef REBOOT_CMD +#undef CPUID_CMD + +/* Disabled from config/general.h */ + +#undef DOWNLOAD_PROTO_HTTP +#undef CRYPTO_80211_WEP +#undef CRYPTO_80211_WPA +#undef CRYPTO_80211_WPA2 +#undef IWMGMT_CMD +#undef FCMGMT_CMD +#undef SANBOOT_CMD +#undef MENU_CMD +#undef LOGIN_CMD +#undef SYNC_CMD + +/* Ensure ROM banner is not displayed */ + +#undef ROM_BANNER_TIMEOUT +#define ROM_BANNER_TIMEOUT 0 |
