2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 10:20:31 +00:00

Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/rsetboot.1.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent efc106059c
commit b097c09b23

View File

@ -30,46 +30,46 @@ OPTIONS
\ **hd**\
\ **hd**\
Boot from the hard disk.
\ **net**\
\ **net**\
Boot over the network, using a PXE or BOOTP broadcast.
\ **cd**\
\ **cd**\
Boot from the CD or DVD drive.
\ **def | default**\
\ **def | default**\
Boot using the default set in BIOS.
\ **stat**\
\ **stat**\
Display the current boot setting.
\ **-u**\
\ **-u**\
To specify the next boot mode to be "UEFI Mode". (Not supported for OpenBMC)
\ **-p**\
\ **-p**\
To make the specified boot device and boot mode settings persistent.
@ -80,47 +80,47 @@ EXAMPLES
1.
Set nodes 1 and 3 to boot from the network on the next boot:
.. code-block:: perl
rsetboot node1,node3 net
2.
Display the next-boot value for nodes 14-56 and 70-203:
.. code-block:: perl
rsetboot node[14-56],node[70-203] stat
Or:
.. code-block:: perl
rsetboot node[14-56],node[70-203]
3.
Restore the next-boot value for these nodes back to their default set in the BIOS:
.. code-block:: perl
rsetboot node1,node3,node[14-56],node[70-203] default