mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-01 02:15:34 +00:00
add sms operation of rpower for setting boot order
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4902 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -16,7 +16,7 @@ sub parse_args {
|
||||
my $command = $request->{command};
|
||||
my $args = $request->{arg};
|
||||
my %opt = ();
|
||||
my @rpower = qw(on onstandby off stat state reset boot of);
|
||||
my @rpower = qw(on onstandby off stat state reset boot of sms);
|
||||
|
||||
#############################################
|
||||
# Responds with usage statement
|
||||
|
Reference in New Issue
Block a user