Fix a missing detail in install guide.

Need to have '-p' option for 'mkdir' command as it could be
creating parent directories.

Change-Id: I4cc11c8f24c91f862f4efc4c0e76a44dc88d2b8e
This commit is contained in:
Shivanand Tendulker 2015-10-15 09:09:25 -07:00
parent 59b9896f88
commit 5bc28d3d5d

View File

@ -876,7 +876,7 @@ steps on the ironic conductor node to configure the PXE UEFI environment.
GRUB_DIR=/tftpboot/EFI/centos GRUB_DIR=/tftpboot/EFI/centos
Create directory GRUB_DIR Create directory GRUB_DIR
sudo mkdir $GRUB_DIR sudo mkdir -p $GRUB_DIR
This file is used to redirect grub to baremetal node specific config file. This file is used to redirect grub to baremetal node specific config file.
It redirects it to specific grub config file based on DHCP IP assigned to It redirects it to specific grub config file based on DHCP IP assigned to