We used to just symlink; cd /tftpboot ln -s . tftpboot
.. cause we had a couple of devices that would go the extra dir, and we didn't want to think about it. > Try this: > > mkdir /tftpboot/tftpboot > chmod a+r,a+x /tftpboot/tftpboot > cp /tftpboot/kernel.192.168.0.14 /tftpboot/tftpboot > chmod a+r /tftpboot/tftpboot/* >
