Hi,

Am Sonntag, den 04.02.2007, 16:12 -0500 schrieb [EMAIL PROTECTED]:
> give us a dhcpd.conf entry for that? 

This is the passage that switches between ppc Netstation and i386

shared-network NetworkSTATIONS {
    subnet 192.168.1.0 netmask 255.255.255.0 {
        range 192.168.1.105 192.168.1.109;

    #
    # This logic handles the first DHCP request from the bootrom.  For
    # the NS1000, we need to set the filename and vendor-class-identifier
    # But, for the others, we need to set the filename and boot-options
    #
    if substring (option vendor-class-identifier, 0, 19) = "IBM Network Station"
 {
        option vendor-class-identifier "IBM Network Station";
        filename                "kernel.1000";
    }
    else {
        option ebootmagic       e4:45:74:68:00:00;
        option cmdline          "vga=0x0305";           # 1024x768
        filename                "lts/vmlinuz-2.6.16.1-ltsp-2";
    }

    #
    # This logic handles the second DHCP request.  This request is coming from
    # the /linuxrc script inside the initrd image.  We need to check the CPU
    # type, so that we pass back the correct root-path, so the correct root
    # filesystem gets mounted.  We wouldn't want a PPC trying to run x86
    # binaries now, would we?
    #
    if substring (option vendor-class-identifier, 13, 3) = "ppc" {
        option root-path                "192.168.1.1:/opt/ltsp-4.2/ppc";
    }
    else {
        option root-path                "192.168.1.1:/opt/ltsp-4.2/i386";

    }

    }
}

> ltsp-2 kernel is latest? and intird
> is tagged to the kernel?

correct. 
just shoot it up and it should work.

Stefan.


-- 
/ Stefan Ulrich Hegner aka "Hegi" - Loehne/ Westfalen - Germany \
| [EMAIL PROTECTED], my Cyberhome http://www.hegner-web.de|
\ GPG-Fprint D9DB 51BD 2DA6 9B3A 41CB  0287 05A1 8D11 38BA CE91 /


Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-------------------------------------------------------------------------
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