removed the dhcpd call from otherpkgs, it caused problems for clusters using hardeth

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8800 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2011-02-07 18:33:11 +00:00
parent e748077621
commit a20c2205fc

View File

@ -69,9 +69,9 @@ logger -t xcat "NFSSERVER=$NFSSERVER"
echo OTHERPKGDIR=$OTHERPKGDIR
logger -t xcat "OTHERPKGDIR=$OTHERPKGDIR"
if [ -x "/sbin/dhcpcd" ]; then
dhcpcd -n $PRIMARYNIC
fi
#if [ -x "/sbin/dhcpcd" ]; then
# dhcpcd -n $PRIMARYNIC
#fi
#check if the node has yum or zypper installed, it will try yum first, then zypper and last rpm
hasyum=0