From dbdd0ffc2bb9a64c11ec7597eb559258bdfea6c1 Mon Sep 17 00:00:00 2001 From: Vladyslav Drok Date: Fri, 3 Apr 2015 13:56:02 +0300 Subject: [PATCH] Fix formatting issue in install guide This change fixes formatting issue in "PXE Setup" section of installation guide. Change-Id: Iacb13ce81019dbba8a953fed260c0ba78d8c1d88 --- doc/source/deploy/install-guide.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index f8cb1cdb97..4d5737343d 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 --------------