diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-10 18:34:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-10 18:34:08 +0100 |
commit | 6357ff0e7bb99bd238b26b6e9e570195f0d076b1 (patch) | |
tree | 7be5d3a0f61c2f12930be740f1bcb325c7e36e29 /sys/man | |
parent | aa2422b5eb68e41a129a13cc73a9774cac3405d9 (diff) |
plan9.ini(8): remove factotumopts= (not implemented), add secstore=, clarify domain name use for fs= and auth=
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/plan9.ini | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini index 7a441106b..10ddb9ec9 100644 --- a/sys/man/8/plan9.ini +++ b/sys/man/8/plan9.ini @@ -656,14 +656,6 @@ to start with the .B -p option, so that it can be debugged. -.SS \fLfactotumopts=\fIoptions\fP -Causes -.IR boot (8) -to start -.I factotum -with the given -.IR options , -which must be a single word (i.e., contain no whitespace). .SS \fLcfs=\fIvalue\fP This gives the name of the file holding the disk partition for the cache file system, @@ -679,11 +671,16 @@ It is superseded by .B bootargs and .BR cfs . -.SS \fLfs=\fIa.b.c.d\fP -.SS \fLauth=\fIa.b.c.d\fP -These specify the IP address of the file and authentication server +.SS \fLfs=\fIaddress\fP +.SS \fLauth=\fIaddress\fP +.SS \fLsecstore=\fIaddress\fP +These specify the network address (IP or domain name) +of the file, authentication and secstore server to use when mounting a network-provided root file system. -They are used only if the addresses cannot be determined via DHCP. +When not specified, then these settings are determined via DHCP. +When +.B secstore +is not specified, then the authentication server is used. .SS PROCESSOR .SS \fL*e820=\fItype \fB0x\fIstart \fB0x\fIend ...\fP This variable is automatically generated by the boot loader (see |