]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[vmware] Allow settings to be specified in the VMware .vmx file
authorMichael Brown <mcb30@ipxe.org>
Thu, 1 Mar 2012 15:58:08 +0000 (15:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 17 Apr 2012 16:47:33 +0000 (17:47 +0100)
commita9cf527641bde04b6a09891ebc0696e28eaea188
tree57a7a2bb15bad2fd749357e6579696be5bcd41af
parent52e5ddce68adfe4afe3fe55ba317a2ba98d27b01
[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>
src/arch/i386/include/bits/errfile.h
src/arch/i386/interface/vmware/guestinfo.c [new file with mode: 0644]
src/config/config.c
src/config/sideband.h