summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorVladyslav Drok <vdrok@mirantis.com>2015-04-03 13:56:02 +0300
committerVladyslav Drok <vdrok@mirantis.com>2015-04-03 13:56:02 +0300
commitdbdd0ffc2bb9a64c11ec7597eb559258bdfea6c1 (patch)
treec689b16c50477a0840e66c80ad0521d1dc5fcd17 /doc/source
parent54710214a41f1a98000431e8a5f2685af959cc58 (diff)
downloadironic-dbdd0ffc2bb9a64c11ec7597eb559258bdfea6c1.tar.gz
Fix formatting issue in install guide
This change fixes formatting issue in "PXE Setup" section of installation guide. Change-Id: Iacb13ce81019dbba8a953fed260c0ba78d8c1d88
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/deploy/install-guide.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst
index f8cb1cdb9..4d5737343 100644
--- a/doc/source/deploy/install-guide.rst
+++ b/doc/source/deploy/install-guide.rst
@@ -644,16 +644,17 @@ node(s) where ``ironic-conductor`` is running.
echo 'r ^([^/]) /tftpboot/\1' > /tftpboot/map-file
echo 'r ^(/tftpboot/) /tftpboot/\2' >> /tftpboot/map-file
+#. Enable tftp map file, modify ``/etc/xinetd.d/tftp`` as below and restart xinetd
+ service::
+
+ server_args = -v -v -v -v -v --map-file /tftpboot/map-file /tftpboot
+
.. [1] On **Fedora/RHEL** the ``syslinux-tftpboot`` package already install
the library modules and PXE image at ``/tftpboot``. If the TFTP server
is configured to listen to a different directory you should copy the
contents of ``/tftpboot`` to the configured directory
.. [2] http://www.syslinux.org/wiki/index.php/Library_modules
-#. Enable tftp map file, modify ``/etc/xinetd.d/tftp`` as below and restart xinetd
- service::
-
- server_args = -v -v -v -v -v --map-file /tftpboot/map-file /tftpboot
PXE UEFI Setup
--------------