docs/115255: provide example of WITHOUT_MODULES

David Yeske dyeske at gmail.com
Mon Aug 6 23:30:02 UTC 2007


>Number:         115255
>Category:       docs
>Synopsis:       provide example of WITHOUT_MODULES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 23:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root at speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
Provide an example of WITHOUT_MODULES for the handbook.  There may be a better way to explain this though.
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v
retrieving revision 1.174
diff -u -r1.174 chapter.sgml
--- en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml	19 Jul 2007 12:05:16 -0000	1.174
+++ en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml	6 Aug 2007 21:14:48 -0000
@@ -295,7 +295,12 @@
       <programlisting>MODULES_OVERRIDE = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
 
       <para>This variable sets up a list of modules to build instead
-	of all of them.  For other variables which you may find useful
+	of all of them.</para>
+
+      <programlisting>WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
+
+      <para>This variable sets up a list of modules to exclude
+	 from the build process.  For other variables which you may find useful
 	in the process of building kernel, refer to &man.make.conf.5;
 	manual page.</para>
     </tip>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list