Hi all,
The initramfs in LTSP has a file named init which contains the lines

if [ -z "${NIC}" ]; then
    NIC=`/bin/pci_scan /etc/niclist`

Normally NIC is undefined so init proceeds to the pci_scan line and 
finds the nic,
by going through the list of nics in /etc/niclist.

How can we define the environment variable NIC, before this test, so 
that it doesn't
find it through a pci_scan. Should this be done in lts.conf or in 
dhcpd.conf ?
Our problem is we have two nics and it finds the wrong one and assigns 
it to eth0.

Thanks for any suggestions
Sami


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
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.freenode.net

Reply via email to