diff options
author | Toomas Soome <tsoome@me.com> | 2019-07-16 20:22:04 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2019-08-12 22:03:48 +0300 |
commit | 4f7f1d0fa878cb07e58af9d4f2abea08273b07c7 (patch) | |
tree | f9482aabe460fc61ce106db1a24c087ec7658e64 /usr/src/man | |
parent | efe51d0cc2398b9ac179568b63a44e4bf295b8e2 (diff) | |
download | illumos-gate-4f7f1d0fa878cb07e58af9d4f2abea08273b07c7.tar.gz |
11475 gptzfsboot: update parsing the option switches
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man5/gptzfsboot.5 | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/usr/src/man/man5/gptzfsboot.5 b/usr/src/man/man5/gptzfsboot.5 index 09892b1324..7127b3d961 100644 --- a/usr/src/man/man5/gptzfsboot.5 +++ b/usr/src/man/man5/gptzfsboot.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd July 20, 2018 +.Dd July 17, 2019 .Dt GPTZFSBOOT 5 .Os .Sh NAME @@ -126,6 +126,41 @@ stored in the variable, and also set as the initial value of the .Cm currdev variable. +.Sh OPTIONS +The following options are supported by +.Nm +and +.Xr loader 5 : +.Bl -tag -width indent +.It Fl D +Dual console. +Use both text and serial console with +.Nm +and +.Xr loader 5 . +.It Fl P +Probe for keyboard. +If there is no keyboard, switch on the dual console and serial console. +.It Fl S Ns Ar speed +Set serial port speed. +.It Fl h +Set serial console. +.It Fl q +Keep the +.Nm +console quiet. +.It Fl t +Keep the VGA text mode for +.Xr loader 5 . +.El +.Pp +The following options will be passed to the kernel: +.Bl -tag -width indent +.It Fl s +Single user +.It Fl v +Verbose boot +.El .Sh FILES .Bl -tag -width /boot/gptzfsboot -compact .It Pa /boot/config @@ -153,5 +188,4 @@ installboot /boot/pmbr /boot/gptzfsboot /dev/rdsk/c0t0d0s0 .Sh SEE ALSO .Xr installboot 1M , .Xr zpool 1M , -.Xr loader 5 , .Xr loader 5 |