Notify that the file system has to be mounted first before modules can
be loaded from it. ok pgoyette@
This commit is contained in:
parent
4038145d43
commit
b7e3c0fc0b
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: module.9,v 1.26 2011/01/09 05:05:10 jnemeth Exp $
|
||||
.\" $NetBSD: module.9,v 1.27 2011/02/13 16:50:16 jym Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -27,7 +27,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 8, 2011
|
||||
.Dd February 13, 2011
|
||||
.Dt MODULE 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -175,7 +175,8 @@ If a built-in module with that
|
||||
.Fa name
|
||||
is not found, the list of modules prepared by the boot loader is searched.
|
||||
If the named module is still not found, an attempt is made to locate the
|
||||
module within the file system.
|
||||
module within the file system, provided it has been mounted by the
|
||||
initialization code.
|
||||
.Pp
|
||||
The
|
||||
.Fa flags
|
||||
|
Loading…
Reference in New Issue
Block a user