On Wednesday 12 March 2003 02:44 pm, Luis Hurtiz wrote:
> I once installed this on a Mandrake 9.0 Server, and I
> remember that there was a problem with the location of
> the vmlinuz-2.4.19-ltsp-1 file (the kernel the
> terminal is suppose to boot from), I have to go thru
> another Mandrake 9.0 installation but don't remember
> how I fix the other problem around, there was two ways
> putting the kernel on the default location the dhcpd
> server gives or changing that option I don't remember
> quite well but it was a dhcpd-server config file,
> anyone here able to bail me out of this one
> quickly????, thanx a bunch.


Put the kernel in /opt/ltsp/tftpboot/kernels

Here's a sample dhcpd.conf file

#### dhcpd.conf
ddns-update-style             none;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.1.255;
option routers                192.168.1.254;
option domain-name-servers    192.168.1.254;
option domain-name            "Linux.temp";
option root-path              "192.168.1.120:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network WORKSTATIONS {
    subnet 192.168.1.0 netmask 255.255.255.0 {
    }
}

group {
    use-host-decl-names       on;
    option log-servers        192.168.1.120;

    host ws000 {
        hardware ethernet     00:00:E8:46:56:62;
        fixed-address         192.168.1.10;
        filename "/kernels/vmlinuz-2.4.19-ltsp-1";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=ne IO=0x320";
    }
}       



-- 
Peter Pankonin, digitalcrucible
Registered Linux User 246938

There are 10 kinds of people in the world:
Those who understand binary, and those who don't.


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_____________________________________________________________________
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