From f17eed25e4be5ae72f122ca10e9fab085c135515 Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 8 Jun 2012 18:05:00 +0000 Subject: [PATCH] fix xcataixscript bug 3529713 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13051 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index aab81ffb1..16a8232f3 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -8123,6 +8123,10 @@ sub prenimnodeset xCAT::MsgUtils->message("E", $rsp, $callback); return (1); } + + # add this res to @nimres + push(@nimres, 'xcataixscript'); + } else { # TODO: xcataixscript is having problem with NFSv4, will be fixed in the next AIX release if (0 && $::NFSv4) {