diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-01 15:58:08 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-04-17 17:47:33 +0100 |
commit | a9cf527641bde04b6a09891ebc0696e28eaea188 (patch) | |
tree | 57a7a2bb15bad2fd749357e6579696be5bcd41af /src/config/sideband.h | |
parent | 52e5ddce68adfe4afe3fe55ba317a2ba98d27b01 (diff) | |
download | ipxe-a9cf527641bde04b6a09891ebc0696e28eaea188.tar.gz |
[vmware] Allow settings to be specified in the VMware .vmx file
Allow iPXE settings to be specified in the .vmx file via the VMware
GuestInfo mechanism. For example:
guestinfo.ipxe.filename = "http://boot.ipxe.org/demo/boot.php"
guestinfo.ipxe.dns = "192.168.0.1"
guestinfo.ipxe.net0.ip = "192.168.0.15"
guestinfo.ipxe.net0.netmask = "255.255.255.0"
guestinfo.ipxe.net0.gateway = "192.168.0.1"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/sideband.h')
-rw-r--r-- | src/config/sideband.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/sideband.h b/src/config/sideband.h index 5385dd721..a16c2e37c 100644 --- a/src/config/sideband.h +++ b/src/config/sideband.h @@ -10,5 +10,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */ +//#define VMWARE_SETTINGS /* VMware GuestInfo settings */ #endif /* CONFIG_SIDEBAND_H */ |