Am Dienstag, den 29.11.2005, 14:58 +0200 schrieb Ilkka Koivistoinen:
> How this work? I need to pass parameter DPORT=1067 to tell to client to
> ask ip from ports 1067,1068. Then I need to tell to use different nfs
> frame size because of 100 -> 10 mbps net converter.
> 
> 
> 
> host ws543{
>         hardware ethernet    00:10:5A:39:9F:9C;
>         fixed-address        10.26.67.102;
>         filename             "/lts/vmlinuz-2.6.9-ltsp-3";
>         option option-128       e4:45:74:68:00:00;
>         option option-129       "DPORT=1067";
>         option option-128  e4:45:74:68:00:00;
>         option option-129  "MOPTS=nolock,ro,wsize=2048,rsize=2048";
> }
> 
> Now the result is that first parameter disappears.

Try having only one "option option-129" line, like this

option option-129  "DPORT=1067 MOPTS=nolock,ro,wsize=2048,rsize=2048";

remember that the kernel command line separates parameters by spaces.
Same holds if the command line is handed over by etherboot.
Having two option-128 does not change anything though, as both contain
the same data. You could safely drop one of those as well.

hth
Anselm




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_____________________________________________________________________
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