Update for the fact that MAKEDEV uses either tmpfs or mfs.
This commit is contained in:
parent
802860abdb
commit
824c1f08d4
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: init.8,v 1.49 2007/12/09 09:24:55 apb Exp $
|
||||
.\" $NetBSD: init.8,v 1.50 2007/12/15 21:33:49 apb Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -32,7 +32,7 @@
|
|||
.\"
|
||||
.\" @(#)init.8 8.6 (Berkeley) 5/26/95
|
||||
.\"
|
||||
.Dd December 9, 2007
|
||||
.Dd December 15, 2007
|
||||
.Dt INIT 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -289,9 +289,11 @@ will cd to
|
|||
and run
|
||||
.Dq Li "MAKEDEV -MM init" .
|
||||
.Xr MAKEDEV 8
|
||||
will create an
|
||||
.Xr mfs 8
|
||||
file system mounted over
|
||||
will use
|
||||
.Xr mount_tmpfs 8
|
||||
or
|
||||
.Xr mount_mfs 8
|
||||
to create a memory file system mounted over
|
||||
.Pa /dev
|
||||
that contains the standard devices considered necessary to boot the system.
|
||||
.Sh FILES
|
||||
|
@ -336,7 +338,8 @@ device driver because of a persistent device error condition.
|
|||
.Xr MAKEDEV.local 8 ,
|
||||
.Xr getty 8 ,
|
||||
.Xr halt 8 ,
|
||||
.Xr mfs 8 ,
|
||||
.Xr mount_tmpfs 8 ,
|
||||
.Xr mount_mfs 8 ,
|
||||
.Xr rc 8 ,
|
||||
.Xr reboot 8 ,
|
||||
.Xr shutdown 8 ,
|
||||
|
|
Loading…
Reference in New Issue