Update install guide to install tftp

Our installation guide never mentioned the need to install the TFTP
server. This updates the PXE section instructions to correct that.

Change-Id: I2e0c43d377888520d274e36b3523aceca72013d6
This commit is contained in:
David Shrewsbury 2014-10-28 15:47:40 -04:00
parent 5b2378bf06
commit eebb278452

View File

@ -575,13 +575,15 @@ node(s) where ``ironic-conductor`` is running.
sudo mkdir -p /tftpboot
sudo chown -R ironic -p /tftpboot
#. Install the syslinux package with the PXE boot images::
#. Install tftp server and the syslinux package with the PXE boot images::
Ubuntu:
sudo apt-get install syslinux syslinux-common
sudo apt-get install tftpd-hpa syslinux syslinux-common
Fedora/RHEL:
sudo yum install syslinux-tftpboot
sudo yum install tftp-server syslinux-tftpboot
#. Setup tftp server to serve ``/tftpboot``.
#. Copy the PXE image to ``/tftpboot``. The PXE image might be found at [1]_::