# yum -y install xinetd
# /etc/initd.d/xinetd start # chkconfig xinetd on
# yum -y install tftp-server
# cd /etc/xinetd.d/ # vi tftp disable = yes → noに変更 server_args = -s /tftpboot → 必要に応じてtftpのルートディレクトリに変更
# /etc/init.d/xinetd restart
後、IPアドレスは固定で割り振っておこう。