From 2a103da6f89382a0e68dd625211f5e16f1cf8bb5 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 11 Mar 2015 14:02:29 +0000 Subject: [PATCH] Fix wrong chown command in deployment guide the -p option is invalid, at least on the platforms I have available, I guess it could mean -RP, but -P is the default anyway, so I'm assuming -R is sufficient. This also makes the iPXE instructions consistent with the PXE ones. Change-Id: Id273aa520291172c64f25c4af51ce402e11acaa9 --- doc/source/deploy/install-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index ed02fd8b78..0ba4ee8adf 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -679,8 +679,8 @@ on the Bare Metal Service node(s) where ``ironic-conductor`` is running. sudo mkdir -p /tftpboot sudo mkdir -p /httpboot - sudo chown -R ironic -p /tftpboot - sudo chown -R ironic -p /httpboot + sudo chown -R ironic /tftpboot + sudo chown -R ironic /httpboot #. Create a map file in the tftp boot directory (``/tftpboot``)::