remove the : from the mac for rhels
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8936 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -168,6 +168,10 @@ sub rbootseq { | ||||
| 	        $mac = $m_t; | ||||
| 	     } | ||||
| 	 } | ||||
|  | ||||
|      if( $mac =~ /\:/) { | ||||
|          $mac =~ s/\://g; | ||||
|       } | ||||
|          $parameter = "mac=$mac:speed=auto,duplex=auto,$o->{server},,$o->{gateway},$o->{client},$bootp_retries,$tftp_retries,$o->{netmask},$blksize";	       | ||||
| 	     | ||||
|        } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user