From 4a74096835eee52ad33a982519fd6bd3850ab8c4 Mon Sep 17 00:00:00 2001 From: sjing Date: Tue, 12 Jul 2011 04:47:40 +0000 Subject: [PATCH] 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 --- xCAT-server/sbin/xcatconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 3ab44e122..15d0086e3 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -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