can i run a script in qemu's ipxe via the proxmox api?
trying to have it execute the following:
set net0/ip 192.168.0.2
set net0/netmask 255.255.255.0
set net0/gateway 192.168.0.1
set net0/dns 8.8.8.8
ifopen net0
kernel http://example.com/vmlinuz initrd=initrd.gz
initrd http://example.com/initrd.gz
imgargs vmlinuz blah blah
trying to have it execute the following:
set net0/ip 192.168.0.2
set net0/netmask 255.255.255.0
set net0/gateway 192.168.0.1
set net0/dns 8.8.8.8
ifopen net0
kernel http://example.com/vmlinuz initrd=initrd.gz
initrd http://example.com/initrd.gz
imgargs vmlinuz blah blah