plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspec

This commit is contained in:
cinap_lenrek 2019-05-07 11:41:33 +02:00
parent 3a4a3faf29
commit fe1f6c1b3d
2 changed files with 26 additions and 4 deletions

View file

@ -127,15 +127,23 @@ password:
.PP .PP
Once connected, Once connected,
.I boot .I boot
mounts mounts the root file system at
the root file system before .B /root
.B / (with the optional mount spec argument from
.BR $rootspec )
and makes the connection available as and makes the connection available as
.B #s/boot .B #s/boot
for subsequent processes to for subsequent processes to
.B mount .B mount
(see (see
.IR bind (2)). .IR bind (2)).
It then binds
.B /root
(or the value specified by
.BR $rootdir )
after the
.BR /
directory.
.I Boot .I Boot
completes by completes by
.IR exec (2)'ing .IR exec (2)'ing

View file

@ -691,10 +691,24 @@ See
for more. for more.
.SS \fLnobootprompt=\fIvalue\fP .SS \fLnobootprompt=\fIvalue\fP
Suppress the Suppress the
.L "root from" .L bootargs
prompt and use prompt and use
.I value .I value
as the answer instead. as the answer instead.
.SS \fLrootdir=\fB/root/\fIdir\fP
.SS \fLrootspec=\fIspec\fP
Changes the mount arguments for the root file server
that was specified by
.I bootargs
above.
By changing
.I dir
in
.BR $rootdir ,
a different sub-directory on the root file server
can be used as the system root. see
.IR boot (8)
for details.
.SS \fLuser=\fIvalue\fP .SS \fLuser=\fIvalue\fP
Suppress the Suppress the
.L "user" .L "user"