diff options
Diffstat (limited to 'usr/src/man/man5/gptzfsboot.5')
-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 |