feature 3006951

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6287 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jet777 2010-06-01 14:53:16 +00:00
parent 7eb54f16ae
commit 09b2a65764

View File

@ -317,7 +317,7 @@ if ($do_asu eq "yes") {
my $machine_type = `$nodels $node vpd.mtm |cut -f2 -d: |cut -b2-5`;
chomp($machine_type);
if ($machine_type ne '' and -e "$srcp/$machine_type") {
`chtab node=$node cmossettings.file="$srcp/$machine_type"`;
`chtab node=$node firmware.cfgfile="$srcp/$machine_type"`;
}
}
}