mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 11:12:04 +00:00
fix defect4686, typo in xCAT-genesis-base
This commit is contained in:
parent
5902b4808c
commit
59985611f4
@ -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 <arch> manually'"
|
||||
echo "If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb <arch>' manually"
|
||||
mkdir -p /etc/xcat
|
||||
touch /etc/xcat/genesis-base-updated
|
||||
fi
|
||||
|
@ -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 <arch> manually'"
|
||||
echo "If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb <arch>' manually"
|
||||
touch /etc/xcat/genesis-scripts-updated
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user