PXE Boot: Kernel Parameter for Proxy & DNS Server?

Hello Hans.
I would request you to have a look at the steps in this article http://avgclick.me/HowToRCD to know how to create AVG rescue CD and use it. Thank you.


Hi,
bootimg AVG Rescue CD with PXE.
But is it possible to set PORXY:PORT and DNS-Server as BOOTPARAMETER ?

pxelinux.cfg/default
DEFAULT avg
LABEL avg
MENU LABEL avg
kernel /isolinux/vmlinuz
APPEND root=/dev/nfs initrd=/isolinux/initrd.lzm netboot=nfs nfsroot=192.168.0.201:/srv/tftp/avg

/etc/dnsmasq.d/pxemenu

port=0
log-dhcp
enable-tftp
tftp-root=/srv/tftp
#dhcp-range=192.168.0.2,192.168.0.5,1h
dhcp-range=192.168.0.0,proxy
pxe-prompt="Taste F8 zeigt Auswahl",10
pxe-service=X86PC,"Starten von Festplatte",0
pxe-service=X86PC,"AVG",avg/pxelinux

Hello Hans.
I would request you to have a look at the steps in this article http://avgclick.me/HowToRCD to know how to create AVG rescue CD and use it. Thank you.