Removed "rspconfig build". Retrieving firmware level is already supported with "rinv firm"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1712 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d26cada112
commit
90ba172438
@ -472,11 +472,6 @@ sub mpaconfig {
|
||||
push @cfgtext,"Subnet Mask: $data";
|
||||
next;
|
||||
}
|
||||
if ($parameter =~ /^build$/) {
|
||||
my $data = $session->get(['1.3.6.1.4.1.2.3.51.2.2.21.3.1.1.3',1]);
|
||||
push @cfgtext,"Build ID: $data";
|
||||
next;
|
||||
}
|
||||
if ($parameter eq "textid") {
|
||||
if ($assignment) {
|
||||
my $txtid = ($value =~ /^\*/) ? $node : $value;
|
||||
|
Loading…
Reference in New Issue
Block a user