diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/IBMhpc.sles.postinstall b/xCAT-IBMhpc/share/xcat/IBMhpc/IBMhpc.sles.postinstall index 052a14703..1c93749e4 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/IBMhpc.sles.postinstall +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/IBMhpc.sles.postinstall @@ -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 diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_mmsdrfs b/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_mmsdrfs index 7fbf5d298..38ad996ec 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_mmsdrfs +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/gpfs/gpfs_mmsdrfs @@ -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