R e q u i r e m e n t s
Applications & Services
To use this software, your system has to be configured to build a standard Linux 2.6. If you can build a kernel for your development platform, you can be sure that all the necessary software is installed.
Depending on the network services used during the development, additional daemons may have to be installed.
TFTP daemon
#
After completing installation, create a directory using the path “/tftboot” where exported files are located. Your images can be placed in the directory automatically by the LxNETES build environment. You must be root to create this directory.
#mkdir /tftpboot
#chmod 1777 /tftpboot
To make sure that your TFTP server is using the “/tftpboot” directory, check the Internet daemons configuration file "/etc/inetd.conf". It should contain an entry similar to the following:
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd
If the entry is not there, use an editor and change the file accordingly.
1 7