plan9.ini(8): remove factotumopts= (not implemented), add secstore=, clarify domain name use for fs= and auth=
This commit is contained in:
parent
aa2422b5eb
commit
6357ff0e7b
1 changed files with 9 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue