From 4dac416b9a1a6903b9d973e63e951ef2b3346f96 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 4 May 2010 14:50:34 +0000 Subject: [PATCH] Add check for AIX. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5952 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xcatchroot | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xCAT-client/bin/xcatchroot b/xCAT-client/bin/xcatchroot index 06a9e9bd3..d37bb7db1 100755 --- a/xCAT-client/bin/xcatchroot +++ b/xCAT-client/bin/xcatchroot @@ -42,6 +42,13 @@ # ###################################################################### +# make sure we only run on AIX for now +OSNAME=$(uname -s) +if [[ $OSNAME != "AIX" ]] ; then + echo "This command is currently only supported on AIX." + exit 0 +fi + # include common NIM shell defines/functions NIM="/usr/sbin/nim" NIMPATH=/usr/lpp/bos.sysmgt/nim