label DB
kernel vmlinuz
append initrd=initrd-6.2.img ramdisk_size=4196000 ip=dhcp ks=http://bmd/BaseServer/nua-6.cfg ksdevice=link text nofb biosdevname=0
I am trying to understand how to interpret the pxe config.
- What does kernel vmlinuz mean ?
Does it mean to pull the kernel called vmlinuz from the tftp server ?
What does
append
mean ?What is
ksdevice
?What is
nofb
?What is
biosdevname
?