On Mon, 2008-01-07 at 12:10 -0800, [EMAIL PROTECTED] wrote: > On my debian (etch) box: > # ls -l /var/lib/tftpboot/ltsp/i386/ > total 9236 > -rw-r--r-- 2 root root 717616 Sep 27 00:27 System.map-2.6.18-5-486 > -rw-r--r-- 2 root root 71695 Sep 26 19:13 config-2.6.18-5-486 > lrwxrwxrwx 1 root root 23 Oct 17 11:05 initrd.img -> > initrd.img-2.6.18-5-486 > -rw-r--r-- 2 root root 3083474 Oct 10 01:19 initrd.img-2.6.18-5-486 > lrwxrwxrwx 1 root root 20 Oct 17 11:05 nbi.img -> > nbi.img-2.6.18-5-486 > -rw-r--r-- 1 root root 4308992 Oct 10 01:19 nbi.img-2.6.18-5-486 > -rw-r--r-- 1 root root 13480 Oct 10 01:19 pxelinux.0 > drwxr-xr-x 2 root root 4096 Oct 10 01:19 pxelinux.cfg > lrwxrwxrwx 1 root root 20 Oct 17 11:05 vmlinuz -> > vmlinuz-2.6.18-5-486 > -rw-r--r-- 2 root root 1219422 Sep 27 00:27 vmlinuz-2.6.18-5-486 > > But it can be a symbolic link to /opt/ltsp/i386/boot, also...
tftpd will not follow links for security reasons. The directory must be where you say (with the -s flag) and file permissions must be right or it will not serve the files. James ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _____________________________________________________________________ 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
