por que if else en dhcp

"Andres Vargas - zodman" <[email protected]>
Newsgroups gmane.linux.pxes.spanish
Message-ID <[email protected]>
tengo instalado ltsp 4.X

Y funciona muy bien todo con floppys y pxe para que boteen pero me llama la
atencion en el archivo de dhcpd.conf las lineas

  else{
        filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
    }
en:::::::::::::::::::::::::::::::

subnet 148.209.67.0 netmask 255.255.255.0 {
    range   148.209.67.1 148.209.67.10;
    if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
        filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
    }
    else{
        filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
    }
}


Ese filename es un kernel de linux, pero cuando es llamado o cuando es
utilizado ???  se utiliza por el metodo de etherboot ???
saludos
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.