Add notes on the pxe template for aarch64

On verifying deployment on aarch64 bare metals, the linuxefi and
initrdefi are not available in grubaa64.efi, update doc to note
the potential change required on multi-architecture setup.

Change-Id: I92786eaed2c3bf6fb9f25672183bd9511e7a6e6e
This commit is contained in:
Kaifeng Wang 2019-12-23 13:56:28 +08:00
parent 67f5a6bf5c
commit 9a6344d03c
1 changed files with 8 additions and 0 deletions

View File

@ -491,6 +491,14 @@ nodes will be deployed by 'grubaa64.efi', and ppc64 nodes by 'bootppc64'::
# aarch64:/opt/share/grubaa64_pxe_config.template (dict value)
pxe_config_template_by_arch=aarch64:pxe_grubaa64_config.template,ppc64:pxe_ppc64_config.template
.. note::
The grub implementation may vary on different architecture, you may need to
tweak the pxe config template for a specific arch. For example, grubaa64.efi
shipped with CentoOS7 does not support ``linuxefi`` and ``initrdefi``
commands, you'll need to switch to use ``linux`` and ``initrd`` command
instead.
PXE timeouts tuning
-------------------