[EMAIL PROTECTED] skrev:
simply download the .lzpxe from rom-o-matic what works with your NIC (e.g. the rtl8139 if you have a NIC with this chip)What must i install and konfigure when i want to start the terminal withhout a floppy from rom-o-matic , because i have now PXE Networkcards.
then put something like this in your dhcpd.conf and restart the daemon:
host ws004 {
hardware ethernet 00:30:00:03:B5:49;
fixed-address 192.168.0.4;
if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
{ filename "/data/tftpboot/lts/eb-5.0.7-rtl8139.lzpxe"; }
else if substring (option vendor-class-identifier, 0, 9) = "Etherboot"
{ filename "/data/tftpboot/lts/vmlinuz-2.4.18-ltsp-1";
}
}
works for me...
(sorry, if the lines wrap)
/frederik
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.openprojects.net
