Hi Rolf-Werner,

 > and so on. As you can see, there is only one group without a name. To 
 > add LTSP 5, would I have to add another group? (Or is there another way 
 > to do that?)
Although all my LTSP 4 machines are scrapped I still have the config
in my dhcpd.conf file.

 > For establishing another group, which options would have to be put into 
 > the LTSP 4 and the LTSP 5 groups and which options may remain at the top 
 > for both?
I have no root-path option at the top and placed the LTSP 5 pxelinux.0
in the tftp root. Then there are two groups in dhcpd.conf:
group { # LTSP 5
    filename                   "/pxelinux.0";
    next-server                <Server-IP>;

    host theolite00 {
         hardware ethernet     <MAC>;
         fixed-address         <Client-IP>;
    }
    host ...
}

group { # LTSP 4
    option root-path           "<Server-IP>:/opt/ltsp-4.2/i386";
    filename                   "/pxelinux.0";
    next-server                <Server-IP>;

    host theolite10 {
         hardware ethernet     <MAC>;
         fixed-address         <Client-IP>;
    }
    host ...
}

I would expect that an "option root-path" in a group overwrites the
root-path given at the top but haven't tried it.

Regards,
Horst

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_____________________________________________________________________
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