From 59985611f47c0695f34b0107af82325cf04cd366 Mon Sep 17 00:00:00 2001 From: huweihua Date: Wed, 17 Jun 2015 22:56:46 -0400 Subject: [PATCH] fix defect4686, typo in xCAT-genesis-base --- xCAT-genesis-builder/xCAT-genesis-base.spec | 2 +- xCAT-genesis-scripts/debian/postinst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-genesis-builder/xCAT-genesis-base.spec b/xCAT-genesis-builder/xCAT-genesis-base.spec index a75c72cc9..e877279ec 100755 --- a/xCAT-genesis-builder/xCAT-genesis-base.spec +++ b/xCAT-genesis-builder/xCAT-genesis-base.spec @@ -54,7 +54,7 @@ if [ "$1" == "2" ]; then #only on upgrade, as on install it's probably not going if [ -f "/proc/cmdline" ]; then # prevent running it during install into chroot image . /etc/profile.d/xcat.sh #mknb %{tarch} - echo "If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb manually'" + echo "If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb ' manually" mkdir -p /etc/xcat touch /etc/xcat/genesis-base-updated fi diff --git a/xCAT-genesis-scripts/debian/postinst b/xCAT-genesis-scripts/debian/postinst index 55a4d98bb..388b2a024 100644 --- a/xCAT-genesis-scripts/debian/postinst +++ b/xCAT-genesis-scripts/debian/postinst @@ -20,7 +20,7 @@ set -e case "$1" in configure) - echo "If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb manually'" + echo "If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb ' manually" touch /etc/xcat/genesis-scripts-updated ;;