diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-13 11:41:03 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-13 11:41:03 +0000 |
commit | 881846a585dd22760b95f55003f1344df8af4198 (patch) | |
tree | fc7962e6d5bbf17840a85f70c0c15b745bb6c315 /usr/src/man/man5 | |
parent | 6ea47f7a1107071503a26c8f0256b607e1ad29e9 (diff) | |
parent | 7f3e7b1b3fd1f1ac090d298a0203b20c79fbe725 (diff) | |
download | illumos-joyent-881846a585dd22760b95f55003f1344df8af4198.tar.gz |
[illumos-gate merge]
commit 7f3e7b1b3fd1f1ac090d298a0203b20c79fbe725
11523 i86pc: dboot_startkern.c:2046: error: comparison between pointer and integer
commit 4f7f1d0fa878cb07e58af9d4f2abea08273b07c7
11475 gptzfsboot: update parsing the option switches
commit efe51d0cc2398b9ac179568b63a44e4bf295b8e2
11506 smatch resync
Conflicts:
usr/src/tools/smatch/Makefile
usr/src/cmd/syseventd/modules/sysevent_conf_mod/Makefile
usr/src/cmd/svc/configd/Makefile
usr/src/boot/sys/boot/libstand/Makefile.com
Diffstat (limited to 'usr/src/man/man5')
-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 |