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:
jjhua 2011-02-28 08:31:53 +00:00
parent ccb925928e
commit fdb8261af2

View File

@ -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";
}