boot(8): document tls and reboot methods
This commit is contained in:
parent
2985d53b7a
commit
e619a03c28
1 changed files with 27 additions and 1 deletions
|
@ -211,7 +211,8 @@ variables
|
||||||
and
|
and
|
||||||
.BR auth
|
.BR auth
|
||||||
override the file server and authentication servers
|
override the file server and authentication servers
|
||||||
obtained (if any) from DHCP during
|
obtained (if any) from DHCP and IPv6 router advertisements
|
||||||
|
during
|
||||||
.IR ipconfig (8).
|
.IR ipconfig (8).
|
||||||
.TP 8
|
.TP 8
|
||||||
.BR il
|
.BR il
|
||||||
|
@ -219,6 +220,13 @@ the same as
|
||||||
.B tcp
|
.B tcp
|
||||||
but uses the IL protocol to connect to the fileserver.
|
but uses the IL protocol to connect to the fileserver.
|
||||||
.TP 8
|
.TP 8
|
||||||
|
.BR tls
|
||||||
|
makes an authenticated and encrypted connection to the
|
||||||
|
fileserver via srvtls using t9fs service (see
|
||||||
|
.IR srv (4)).
|
||||||
|
the arguments are the same as
|
||||||
|
.BR tcp .
|
||||||
|
.TP 8
|
||||||
.BR local
|
.BR local
|
||||||
connect to the local file system.
|
connect to the local file system.
|
||||||
The
|
The
|
||||||
|
@ -231,6 +239,24 @@ to determine the file system type and starts the
|
||||||
appropriate server with
|
appropriate server with
|
||||||
.IR args .
|
.IR args .
|
||||||
.RE
|
.RE
|
||||||
|
.TP 8
|
||||||
|
.BR reboot
|
||||||
|
starts another kernel. The
|
||||||
|
.I device
|
||||||
|
is of the form
|
||||||
|
.I bootfile
|
||||||
|
[
|
||||||
|
.B !
|
||||||
|
.I method
|
||||||
|
]
|
||||||
|
where
|
||||||
|
.I bootfile
|
||||||
|
is the path to the kernel and
|
||||||
|
.I method
|
||||||
|
is any of the above boot methods that connects to the
|
||||||
|
fileserver on where the
|
||||||
|
.I bootfile
|
||||||
|
is located.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
On PCs, the default arguments to boot are constructed using
|
On PCs, the default arguments to boot are constructed using
|
||||||
the
|
the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue