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
This commit is contained in:
parent
6a158c171a
commit
8ed9f3a875
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user