fixed typo of liteimg command (had used liteimage by mistake)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6704 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2010-07-13 13:45:27 +00:00
parent 1130e75887
commit 1c213897e2
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ echo "$TMP_inittab" > $installroot/etc/inittab
# by other postscripts
# If you would like xCAT to keep these up to date,
# use the xCAT syncfiles function which runs during
# packimage/liteimage and at other times
# packimage/liteimg and at other times
cp -p /etc/passwd $installroot/etc/passwd
cp -p /etc/group $installroot/etc/group
cp -p /etc/shadow $installroot/etc/shadow

View File

@ -3,8 +3,8 @@
# Run this script to sync the GPFS mmsdrfs file into the node images
# Set the SOURCE, TARGETDIR, IMAGE, and SERVICE variables appropriately
# Usage: gpfs_mmsdrfs [packimage|liteimage] [syncinstall]
# For Linux, if packimage or liteimage specified,
# Usage: gpfs_mmsdrfs [packimage|liteimg] [syncinstall]
# For Linux, if packimage or liteimg specified,
# will run that command for the image if rsync updated any
# destination files
# If syncinstall specified, and if site.install_loc is blank,
@ -12,7 +12,7 @@
# if rysnc updated any destination files
#
# To keep your diskless images current with any GPFS changes, run this
# script periodically from cron using the packimage/liteimage and
# script periodically from cron using the packimage/liteimg and
# syncinstall options as required by your cluster
#
@ -62,7 +62,7 @@ if [ "$r1" == ">" ]; then
OS=`uname`
packcmd=""
syncinstall=""
if [ "$1" == "packimage" ] || [ "$1" == "liteimage" ]; then
if [ "$1" == "packimage" ] || [ "$1" == "liteimg" ]; then
packcmd=$1
fi
if [ "$1" == "syncinstall" ] || [ "$2" == "syncinstall" ]; then