Add comments for the AIX INUCLIENT support.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10053 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b76d8ba9cf
commit
4a74096835
@ -131,8 +131,11 @@ else
|
||||
}
|
||||
|
||||
#
|
||||
# To support AIX INUCLIENTS
|
||||
# To support AIX INUCLIENTS, to support the scenario where the user needs to install xCAT rpms
|
||||
# into the INUCLIENT=1 environment, such as AIX diskless node(installing xCAT in AIX NIM SPOT),
|
||||
# or alternative disk installation.
|
||||
#
|
||||
|
||||
if (($::osname eq 'AIX') && ($ENV{'INUCLIENTS'} == 1))
|
||||
{
|
||||
# INUCLIENTS is configured, add xcatconfig to /etc/inittab
|
||||
|
Loading…
Reference in New Issue
Block a user