tftpfs(4): minor corrections
This commit is contained in:
parent
61d1967e74
commit
c23d478a25
1 changed files with 6 additions and 5 deletions
|
@ -24,10 +24,10 @@ is mostly used by bootloaders to download kernel images for
|
||||||
network bootstrap (see
|
network bootstrap (see
|
||||||
.IR dhcp (8)).
|
.IR dhcp (8)).
|
||||||
As the protocol has no way of distinguishing files from
|
As the protocol has no way of distinguishing files from
|
||||||
directories the final path segment needs to conain a dot
|
directories, the final path segment needs to conain a dot
|
||||||
(.) character to be recognized as a file. To access files that
|
(.) character to be recognized as a file. To access files that
|
||||||
have no dot in the filename, a trailing dot has to be added
|
have no dot in the filename, a trailing dot has to be added
|
||||||
and will be striped before it is passed to the server.
|
and will be stripped before it is passed to the server.
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
.B -D
|
.B -D
|
||||||
|
@ -55,12 +55,13 @@ option specifies an alternate network directory
|
||||||
.BR /net.alt ).
|
.BR /net.alt ).
|
||||||
.PP
|
.PP
|
||||||
The ip address of the server can be passed in
|
The ip address of the server can be passed in
|
||||||
.I ipaddr
|
as the last program argument,
|
||||||
as the last program argument or in the mount spec (see
|
.I ipaddr,
|
||||||
|
or in the mount spec (see
|
||||||
.IR bind (1))
|
.IR bind (1))
|
||||||
on a per mount basis.
|
on a per mount basis.
|
||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
Boot a kernel from a tftp server. (note the final
|
Boot a kernel from a tftp server (note the final
|
||||||
dot in the kernel path).
|
dot in the kernel path).
|
||||||
.IP
|
.IP
|
||||||
.EX
|
.EX
|
||||||
|
|
Loading…
Reference in a new issue