From 8ed9f3a8753455f9cdbfc68308a8562b157334a8 Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 11 Jul 2008 20:03:29 +0000 Subject: [PATCH] Fix typo in nimnodeset code that relates to initializing NIM for mksysb installs. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1870 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 471772899..6b03b3b3b 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -401,7 +401,7 @@ ll~; # set the NIM install method (rte or mksysb) my $method="rte"; if ($imagehash{$image_name}{nimmethod} ) { - $type = $imagehash{$image_name}{nimmethod}; + $method = $imagehash{$image_name}{nimmethod}; } chomp $method;