Søndag 18 november 2007 18:26 skrev Joseph Gregory:
> Hi,
>
> If I add hardware specific info to dhcpd.conf, which filename should I
> use for the root. Please see current dhcpd.conf below;
>
> #
> # Default LTSP dhcpd.conf config file.
> #
>
> authoritative;
>
> subnet 192.168.0.0 netmask 255.255.255.0 {
>     range 192.168.0.20 192.168.0.250;
>     option domain-name "example.com";
>     option domain-name-servers 192.168.0.140;
>     option broadcast-address 192.168.0.255;
>     option routers 192.168.0.1;
> #    next-server 192.168.0.254;
> #    get-lease-hostnames true;
>     option subnet-mask 255.255.255.0;
>     option root-path "/opt/ltsp/i386";
>     if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
>         filename "/ltsp/i386/pxelinux.0";
>     } else {
>         filename "/ltsp/i386/nbi.img";
>
>     }
> }
>
> Thanks in advance

Hi

- here is a snip from one of my LTSP setups...

subnet 172.16.16.0 netmask 255.255.255.0
{
    range   172.16.16.10   172.16.16.99;
    option domain-name-servers    195.184.96.2, 195.184.96.3;
    if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
    {
        filename "/lts/2.6.17.8-ltsp-1/pxelinux.0";
    }
    else
    {
        filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
    }
}

-- 
-------------------------------------------------------------------------
Med venlig hilsen/Best regards
Verner Kjærsgaard
Novell Certified Linux Professional 10035701

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_____________________________________________________________________
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