I'm running Edubuntu Gutsy.

When I boot my i386 clients /lts.conf is requested via TFTP.  But,
when I boot my powerpc clients /ltps/powerpc/lts.conf is requested.

I'm curious why, or really where, the difference is:

I unpacked both my initrd images using:

    gzip -dc /var/lib/tftpboot/ltsp/i386/initrd.img | cpio -i
    gzip -dc /var/lib/tftpboot/ltsp/powepc/initrd.img | cpio -i

(in different directories)

and the resulting two ltsp-nbd scrips are the same.  Am I looking in
the wrong place?


    # get the lts.conf via tftp
    tftpath=$(echo ${filename%/*}|tr -d '"')
    (echo "get ${tftpath}/lts.conf"|tftp ${ROOTSERVER} >/dev/null 2>&1)
    if [ -s ./lts.conf ];then
        cp ./lts.conf ${rootmnt}/etc/
    fi



Something similar happens with the kernel config file -- these files
are fetched (relative to tftp root):

    /ltsp/i386/pxelinux.cfg/default
    /yaboot.conf

Minor inconsistencies, of course.


-- 
Bill Moseley
[EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_____________________________________________________________________
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