diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-09-17 18:09:33 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-09-17 18:09:33 +0200 |
commit | e619a03c28a1bc979faeaa2853c58f94b5c3c5ad (patch) | |
tree | 968503de6548b4e23ec82291d43ba426731db3e6 /sys | |
parent | 2985d53b7a06d8a1712493aa899d6ffcfacd9e3b (diff) |
boot(8): document tls and reboot methods
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/8/boot | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/sys/man/8/boot b/sys/man/8/boot index fbdf3be81..261346cfe 100644 --- a/sys/man/8/boot +++ b/sys/man/8/boot @@ -211,7 +211,8 @@ variables and .BR auth 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). .TP 8 .BR il @@ -219,6 +220,13 @@ the same as .B tcp but uses the IL protocol to connect to the fileserver. .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 connect to the local file system. The @@ -231,6 +239,24 @@ to determine the file system type and starts the appropriate server with .IR args . .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 On PCs, the default arguments to boot are constructed using the |