update for timeout and password options
This commit is contained in:
parent
2c0e7cf113
commit
ebf07cad95
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: installboot.8,v 1.8 1999/04/06 20:24:52 pk Exp $
|
||||
.\" $NetBSD: installboot.8,v 1.9 1999/09/10 16:59:04 drochner Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Perry E. Metzger. All rights reserved.
|
||||
.\" Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
|
||||
|
@ -39,6 +39,8 @@
|
|||
.Nm installboot
|
||||
.Op Fl nvf
|
||||
.Op Fl b Ar bn
|
||||
.Op Fl t Ar timeout
|
||||
.Op Fl p Ar password
|
||||
.Ar bootfile
|
||||
.Ar rawdiskdevice
|
||||
.Sh DESCRIPTION
|
||||
|
@ -82,6 +84,12 @@ Force a write of the boot blocks (with the first stage put at offset
|
|||
zero) even if no disk label is detected.
|
||||
This is useful if there is no disk label (as is often the case with
|
||||
floppy or vnode devices).
|
||||
.It Fl t Ar timeout
|
||||
Set the timeout before the automatic boot begins to the given number
|
||||
of seconds.
|
||||
.It Fl p Ar password
|
||||
If supported by the boot program, set the password which must be
|
||||
entered before the boot menu can be accessed.
|
||||
.El
|
||||
.Pp
|
||||
The arguments are:
|
||||
|
|
Loading…
Reference in New Issue