mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 00:00:12 +00:00
modify man page
This commit is contained in:
@ -11,7 +11,7 @@ SYNOPSIS
|
||||
********
|
||||
|
||||
|
||||
\ **rsetboot**\ \ *noderange*\ {\ **hd | net | cd | default | stat**\ } [\ **-u**\ ] [\ **-p**\ ]
|
||||
\ **rsetboot**\ \ *noderange*\ [\ **hd | net | cd | default | stat**\ ] [\ **-u**\ ] [\ **-p**\ ]
|
||||
|
||||
\ **rsetboot**\ [\ **-h | -**\ **-help | -v | -**\ **-version**\ ]
|
||||
|
||||
@ -101,6 +101,14 @@ EXAMPLES
|
||||
rsetboot node[14-56],node[70-203] stat
|
||||
|
||||
|
||||
Or:
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
rsetboot node[14-56],node[70-203]
|
||||
|
||||
|
||||
|
||||
|
||||
3.
|
||||
|
@ -5,7 +5,7 @@ B<rsetboot> - Sets the boot device to be used for BMC-based servers for the next
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<rsetboot> I<noderange> {B<hd>|B<net>|B<cd>|B<default>|B<stat>} [B<-u>] [B<-p>]
|
||||
B<rsetboot> I<noderange> [B<hd>|B<net>|B<cd>|B<default>|B<stat>] [B<-u>] [B<-p>]
|
||||
|
||||
B<rsetboot> [B<-h>|B<--help>|B<-v>|B<--version>]
|
||||
|
||||
@ -64,6 +64,10 @@ Display the next-boot value for nodes 14-56 and 70-203:
|
||||
|
||||
rsetboot node[14-56],node[70-203] stat
|
||||
|
||||
Or:
|
||||
|
||||
rsetboot node[14-56],node[70-203]
|
||||
|
||||
=item 3.
|
||||
|
||||
Restore the next-boot value for these nodes back to their default set in the BIOS:
|
||||
|
Reference in New Issue
Block a user