From 47c4573f5cffee39e36d8f16d3c740b1c1599cd4 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 6 May 2008 18:24:33 +0000 Subject: [PATCH] -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 --- xCAT-server-2.0/lib/xcat/plugins/pxe.pm | 2 +- xCAT-server-2.0/lib/xcat/plugins/yaboot.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm index 13015774c..c794d90d6 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/pxe.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/pxe.pm @@ -12,7 +12,7 @@ my $tftpdir = "/tftpboot"; #my $dhcpver = 3; my %usage = ( - "nodeset" => "Usage: nodeset [install|shell|boot|runcmd=bmcsetup]", + "nodeset" => "Usage: nodeset [install|shell|boot|runcmd=bmcsetup|netboot|iscsiboot]", ); sub handled_commands { return { diff --git a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm index 3a340bdd6..e8c10a8f6 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm @@ -14,7 +14,7 @@ my $tftpdir = "/tftpboot"; #my $dhcpver = 3; my %usage = ( - "nodeset" => "Usage: nodeset [install|shell|boot|runcmd=bmcsetup]", + "nodeset" => "Usage: nodeset [install|shell|boot|runcmd=bmcsetup|netboot|iscsiboot]", ); sub handled_commands { return {