From a20c2205fc04df814910525f548cee6bcc9d4c81 Mon Sep 17 00:00:00 2001 From: linggao Date: Mon, 7 Feb 2011 18:33:11 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/otherpkgs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 11954d12f..2dd30028b 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -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