mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	correct an error of the ==
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13248 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -53,7 +53,7 @@ if [ $OS != "AIX" ]; then | ||||
|     if [ $NODESETSTATE == "genimage" ]; then | ||||
|     # Being called from <image>.postinstall script | ||||
|     # Assume we are on the same machine | ||||
|         if [[ $OS = sles* ]] || [[ $OS = suse* ]] || [[ -f /etc/SuSE-release ]]; then | ||||
|         if [[ $OS == sles* ]] || [[ $OS == suse* ]] || [[ -f /etc/SuSE-release ]]; then | ||||
|             mkdir $installroot/tmp/ofed_install | ||||
|             cp -r $OFED_DIR $installroot/tmp/ofed_install/ | ||||
|             mount -t devtmpfs  /dev $installroot/dev/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user