Remove mentions that a kernel configuration file must support at least one
file-system because it's no longer true.
This commit is contained in:
parent
46251c8d6e
commit
083c47ad52
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: config.5,v 1.18 2008/06/10 18:11:31 drochner Exp $
|
||||
.\" $NetBSD: config.5,v 1.19 2009/02/20 05:22:59 cube Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2006, 2007 The NetBSD Foundation.
|
||||
.\" All rights reserved.
|
||||
|
@ -364,9 +364,7 @@ file-systems to be compiled in the kernel with the
|
|||
.Ic file-system
|
||||
statement instead of the
|
||||
.Ic options
|
||||
statement, and
|
||||
.Xr config 1
|
||||
will enforce the rule that the user must select at least one file-system.
|
||||
statement.
|
||||
.It Ic obsolete defflag Oo Ar file Oc Ar option Op Ar option Op Ar ...
|
||||
.It Ic obsolete defparam Oo Ar file Oc Ar option Op Ar option Op Ar ...
|
||||
Those two statements are identical and mark the listed option names as
|
||||
|
@ -622,7 +620,6 @@ If option
|
|||
has not been previously selected, the statement produces an error.
|
||||
.It Oo Ic no Oc Ic file-system Ar name Op , Ar name Op , Ar ...
|
||||
Adds or removes support for all the listed file-systems.
|
||||
A kernel must have support for at least one file-system.
|
||||
.It Ic config Ar name Ic root on Ar device Oo Ic type Ar fs Oc Op Ic dumps on \
|
||||
Ar device
|
||||
Adds
|
||||
|
|
Loading…
Reference in New Issue