Revert the changes in revision 5746 to set consoleondemand to no on Linux for system x requirement

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5756 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2010-04-13 13:20:00 +00:00
parent 9cdf977a6e
commit b28bc53b2a

View File

@ -930,7 +930,7 @@ sub initDB
$chtabcmds .=
"$::XCATROOT/sbin/chtab key=ipmitimeout site.value=2;";
$chtabcmds .=
"$::XCATROOT/sbin/chtab key=consoleondemand site.value=yes;";
"$::XCATROOT/sbin/chtab key=consoleondemand site.value=no;";
}
$chtabcmds .= "$::XCATROOT/sbin/chtab key=master site.value=$master;";
$chtabcmds .= "$::XCATROOT/sbin/chtab key=maxssh site.value=8;";