Merge "Update install-guide for Ubuntu 14.10 package changes"

This commit is contained in:
Jenkins 2015-03-02 19:37:55 +00:00 committed by Gerrit Code Review
commit 7edb032027

View File

@ -593,8 +593,11 @@ node(s) where ``ironic-conductor`` is running.
#. Install tftp server and the syslinux package with the PXE boot images::
Ubuntu:
sudo apt-get install tftpd-hpa syslinux syslinux-common
Ubuntu: (Up to and including 14.04)
sudo apt-get install tftpd-hpa syslinux-common syslinux
Ubuntu: (14.10 and after)
sudo apt-get install tftpd-hpa syslinux-common pxelinux
Fedora/RHEL:
sudo yum install tftp-server syslinux-tftpboot
@ -603,9 +606,12 @@ node(s) where ``ironic-conductor`` is running.
#. Copy the PXE image to ``/tftpboot``. The PXE image might be found at [1]_::
Ubuntu:
Ubuntu (Up to and including 14.04):
sudo cp /usr/lib/syslinux/pxelinux.0 /tftpboot
Ubuntu (14.10 and after):
sudo cp /usr/lib/PXELINUX/pxelinux.0 /tftpboot
#. If the version of syslinux is **greater than** 4 we also need to make sure
that we copy the library modules into the ``/tftpboot`` directory [2]_
[1]_::