2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

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:
nott 2008-07-11 20:03:29 +00:00
parent 6a158c171a
commit 8ed9f3a875

View File

@ -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;