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
This commit is contained in:
parent
81b2e01c4d
commit
2a103da6f8
@ -679,8 +679,8 @@ on the Bare Metal Service node(s) where ``ironic-conductor`` is running.
|
|||||||
|
|
||||||
sudo mkdir -p /tftpboot
|
sudo mkdir -p /tftpboot
|
||||||
sudo mkdir -p /httpboot
|
sudo mkdir -p /httpboot
|
||||||
sudo chown -R ironic -p /tftpboot
|
sudo chown -R ironic /tftpboot
|
||||||
sudo chown -R ironic -p /httpboot
|
sudo chown -R ironic /httpboot
|
||||||
|
|
||||||
#. Create a map file in the tftp boot directory (``/tftpboot``)::
|
#. Create a map file in the tftp boot directory (``/tftpboot``)::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user