mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 19:20:24 +00:00
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:
@@ -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;";
|
||||
|
Reference in New Issue
Block a user