mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 05:25:32 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user