From a10f6c641bba7eea209907f6e8088e8971e04298 Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 17 Mar 2010 13:42:21 +0000 Subject: [PATCH] bug fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5502 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/xcatinstallpost | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xCAT/postscripts/xcatinstallpost b/xCAT/postscripts/xcatinstallpost index 11140cd94..0a6d0ce90 100755 --- a/xCAT/postscripts/xcatinstallpost +++ b/xCAT/postscripts/xcatinstallpost @@ -29,16 +29,16 @@ PATH=/xcatpost:$PATH export PATH chmod +x /xcatpost/*; -if [ -x /usr/bin/openssl ]; then - XCATSERVER="$SIP:3001" - export XCATSERVER - USEOPENSSLFORXCAT=1 #Though this is the only method going forward, flag to allow backward compatibility with 2.2 generated netboot images - export USEOPENSSLFORXCAT -fi +#if [ -x /usr/bin/openssl ]; then +# XCATSERVER="$SIP:3001" +# export XCATSERVER +# USEOPENSSLFORXCAT=1 #Though this is the only method going forward, flag to allow backward compatibility with 2.2 generated netboot images +# export USEOPENSSLFORXCAT +#fi DHCP_TMP=`sed 's/\(DHCPINTERFACES=\)\(.*\)$/\1"\2"/' /tmp/mypostscript.post` -echo "$DHCP_TMP" > /tmp/mypostscript +echo "$DHCP_TMP" > /tmp/mypostscript.post echo "updateflag.awk \$MASTER 3002 \"installstatus booted\"" >> /tmp/mypostscript.post