From 92931c7bb96d5d356b3d7f55270c5431b27928d9 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 11 Jan 2013 11:02:25 +0000 Subject: [PATCH] fixe bug 3280 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14859 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/scripts/post.xcat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/install/scripts/post.xcat b/xCAT-server/share/xcat/install/scripts/post.xcat index 7ae249c20..a9ed82e21 100644 --- a/xCAT-server/share/xcat/install/scripts/post.xcat +++ b/xCAT-server/share/xcat/install/scripts/post.xcat @@ -163,11 +163,11 @@ fi if [ "$RUNBOOTSCRIPTS" != "'yes'" ]; then chkconfig xcatpostinit1 off fi -echo "REBOOT=TRUE" >> /opt/xcat/xcatinfi +#echo "REBOOT=TRUE" >> /opt/xcat/xcatinfo EOF chmod 755 /opt/xcat/xcatinstallpost -chkconfig xcatpostinit1 on +chkconfig --add xcatpostinit1 #create the dskls post cat >/opt/xcat/xcatdsklspost << 'EOF'