-Correct error messages per bug 1956467. nodeset now lists netboot and iscsiboot options
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1296 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f3f145c4a9
commit
47c4573f5c
@ -12,7 +12,7 @@ my $tftpdir = "/tftpboot";
|
||||
#my $dhcpver = 3;
|
||||
|
||||
my %usage = (
|
||||
"nodeset" => "Usage: nodeset <noderange> [install|shell|boot|runcmd=bmcsetup]",
|
||||
"nodeset" => "Usage: nodeset <noderange> [install|shell|boot|runcmd=bmcsetup|netboot|iscsiboot]",
|
||||
);
|
||||
sub handled_commands {
|
||||
return {
|
||||
|
@ -14,7 +14,7 @@ my $tftpdir = "/tftpboot";
|
||||
#my $dhcpver = 3;
|
||||
|
||||
my %usage = (
|
||||
"nodeset" => "Usage: nodeset <noderange> [install|shell|boot|runcmd=bmcsetup]",
|
||||
"nodeset" => "Usage: nodeset <noderange> [install|shell|boot|runcmd=bmcsetup|netboot|iscsiboot]",
|
||||
);
|
||||
sub handled_commands {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user