summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-07-13 21:52:32 +0000
committerGerrit Code Review <review@openstack.org>2021-07-13 21:52:32 +0000
commit420940127db61658b44919f09fd494823004ff66 (patch)
treeec43041a723c0b5142f344bb76659f8ac1606596
parent06124bae731036fa362f41eb596597715627aa53 (diff)
parent3199d289bd936bc9ff1a35f39cedbb6d1ba84d9f (diff)
downloadironic-420940127db61658b44919f09fd494823004ff66.tar.gz
Merge "Fix iPXE docs: snponly is not always available"
-rw-r--r--doc/source/install/configure-pxe.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/install/configure-pxe.rst b/doc/source/install/configure-pxe.rst
index 01cd7d242..7a105a3df 100644
--- a/doc/source/install/configure-pxe.rst
+++ b/doc/source/install/configure-pxe.rst
@@ -348,7 +348,9 @@ on the Bare Metal service node(s) where ``ironic-conductor`` is running.
Fedora/RHEL8/CentOS8::
- cp /usr/share/ipxe/{undionly.kpxe,ipxe.efi,snponly.efi} /tftpboot
+ cp /usr/share/ipxe/{undionly.kpxe,ipxe-x86_64.efi,ipxe-snponly-x86_64.efi} /tftpboot
+
+ .. note:: ``snponly`` variants may not be available for all distributions.
#. Enable/Configure iPXE overrides in the Bare Metal Service's configuration
file **if required** (/etc/ironic/ironic.conf):
@@ -369,7 +371,8 @@ on the Bare Metal service node(s) where ``ironic-conductor`` is running.
.. note::
Most UEFI systems have integrated networking which means the
``[pxe]uefi_ipxe_bootfile_name`` setting should be set to
- ``snponly.efi``.
+ ``snponly.efi`` or ``ipxe-snponly-x86_64.efi`` if it's available for
+ your distribution.
.. note::
Setting the iPXE parameters noted in the code block above to no value,