For AIX, put servicenode postscript in postbootscripts not postscripts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7308 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0175694211
commit
b8432d21c8
@ -998,7 +998,7 @@ sub initDB
|
||||
"$::XCATROOT/sbin/chtab node=xcatdefaults postscripts.postscripts='syslog,aixremoteshell,otherpkgs,syncfiles';";
|
||||
}
|
||||
$chtabcmds .=
|
||||
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='servicenode'";
|
||||
"$::XCATROOT/sbin/chtab node=service postscripts.postscripts='' postscripts.postbootscripts='servicenode'";
|
||||
|
||||
}
|
||||
else # linux
|
||||
|
Loading…
Reference in New Issue
Block a user