bug fix in otherpkgs

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6416 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2010-06-09 19:21:09 +00:00
parent bf52052bec
commit ec4bec2e1c

View File

@ -69,8 +69,9 @@ logger -t xcat "NFSSERVER=$NFSSERVER"
echo OTHERPKGDIR=$OTHERPKGDIR
logger -t xcat "OTHERPKGDIR=$OTHERPKGDIR"
dhcpcd -n $PRIMARYNIC
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