From 735eef25ec3c029f4b4c8dd244fd880d064565fc Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Mon, 28 Mar 2016 10:33:10 +0700 Subject: [PATCH] Fix typos in Fuel files TrivialFix Change-Id: Ie3196a4b09ab46c67ea9316e6c048bbc69a10232 --- config.mk | 2 +- iso/bootstrap_admin_node.sh | 2 +- iso/module.mk | 2 +- mirror/centos/repo.mk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.mk b/config.mk index 4108b005a..2e051432f 100644 --- a/config.mk +++ b/config.mk @@ -220,7 +220,7 @@ SANDBOX_COPY_CERTS?=0 # Please don’t change them if you don’t know what they do ## # Work-around for: LP1482667 -# If not empty, will try to download prepeared upstream puppet modules source, +# If not empty, will try to download prepared upstream puppet modules source, # which used like requirements for build fuel-library package. # List of modules, which SHOULD be passed via this file can be found: # https://github.com/openstack/fuel-library/blob/master/deployment/Puppetfile diff --git a/iso/bootstrap_admin_node.sh b/iso/bootstrap_admin_node.sh index 8c97a3ec2..a00399bff 100755 --- a/iso/bootstrap_admin_node.sh +++ b/iso/bootstrap_admin_node.sh @@ -314,7 +314,7 @@ https://docs.mirantis.com/openstack/fuel/fuel-7.0/reference-architecture.html#fu EOF -# Generete Fuel UUID +# Generate Fuel UUID [ ! -f "/etc/fuel/fuel-uuid" ] && uuidgen > /etc/fuel/fuel-uuid || : # Prepare custom /etc/issue logon banner and script for changing IP in it diff --git a/iso/module.mk b/iso/module.mk index 66546f44c..2aadde94f 100644 --- a/iso/module.mk +++ b/iso/module.mk @@ -143,7 +143,7 @@ $(ISO_PATH): $(BUILD_DIR)/iso/isoroot.done sudo umount -l $(BUILD_DIR)/iso/efi_tmp/efi_image || true sudo mount $(BUILD_DIR)/iso/efi_tmp/efiboot.img $(BUILD_DIR)/iso/efi_tmp/efi_image - # This needs to be edited in place due to some strange implemntations of UEFI + # This needs to be edited in place due to some strange implementations of UEFI # For example, Tianocore OVMF will not use efiboot.img. Instead, it looks for # bootloader and it conffiles in /EFI/BOOT/* on main ISO partition (with ISO9660 fs) echo > $(BUILD_DIR)/iso/isoroot-mkisofs/EFI/BOOT/BOOTX64.conf diff --git a/mirror/centos/repo.mk b/mirror/centos/repo.mk index 1cc6c183e..d71c5357b 100644 --- a/mirror/centos/repo.mk +++ b/mirror/centos/repo.mk @@ -67,7 +67,7 @@ $(BUILD_DIR)/mirror/centos/rpm-download.done: $(BUILD_DIR)/mirror/centos/urls.li xargs -n1 -P4 wget -Nnv -P "$$dst" < $< $(ACTION.TOUCH) -# BUILD_PACKAGES=0 - apply patch for requiremetns rpm, since we need fuel-packages +# BUILD_PACKAGES=0 - apply patch for requirements rpm, since we need fuel-packages ifeq ($(BUILD_PACKAGES),0) $(BUILD_DIR)/requirements-rpm.txt: \ $(SOURCE_DIR)/requirements-rpm.txt \