[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Clean up of dhcpd.conf



Hello,

thank you for clean up the dhcpd.conf!

I think you can also clean up:

host ltsp010 {
        hardware ethernet     00:00:00:00:00:00;
        fixed-address         ltsp010;
        filename              "/var/lib/tftpboot/pxelinux.0";
        #option option-128     e4:45:74:68:00:00;
        #option option-129     "NIC=3c509";
}

to 

host ltsp010 {
        hardware ethernet     00:00:00:00:00:00;
        fixed-address         ltsp010;
}

because filename overwrite the correct path upside:
filename              "/var/lib/tftpboot/ltsp/i386/pxelinux.0";

And the old isa option I hope are no more needfull for the most thin clients.

Is it better to make a bug report? Or send such remarks that are not really 
bugs to this list?

bye Andreas 



Reply to: