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:
parent
5b2378bf06
commit
eebb278452
@ -575,13 +575,15 @@ node(s) where ``ironic-conductor`` is running.
|
|||||||
sudo mkdir -p /tftpboot
|
sudo mkdir -p /tftpboot
|
||||||
sudo chown -R ironic -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:
|
Ubuntu:
|
||||||
sudo apt-get install syslinux syslinux-common
|
sudo apt-get install tftpd-hpa syslinux syslinux-common
|
||||||
|
|
||||||
Fedora/RHEL:
|
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]_::
|
#. Copy the PXE image to ``/tftpboot``. The PXE image might be found at [1]_::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user