public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Thu, 13 Jan 2011 03:34:13 +0000 (UTC)	[thread overview]
Message-ID: <20110113033413.90B5420057@flycatcher.gentoo.org> (raw)

robbat2     11/01/13 03:34:13

  Modified:             openrc-migration.xml
  Log:
  Fix the conf.d/modules example which implied loading was cumulative, while the documentation correctly said it was not. Reported by WilliamH.

Revision  Changes    Path
1.21                 xml/htdocs/doc/en/openrc-migration.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.20&r2=1.21

Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -p -w -b -B -u -u -r1.20 -r1.21
--- openrc-migration.xml	13 Jan 2011 03:19:01 -0000	1.20
+++ openrc-migration.xml	13 Jan 2011 03:34:13 -0000	1.21
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.20 2011/01/13 03:19:01 robbat2 Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.21 2011/01/13 03:34:13 robbat2 Exp $ -->
 
 <guide link="/doc/en/openrc-migration.xml">
 <title>Baselayout and OpenRC Migration Guide</title>
@@ -167,19 +167,28 @@ to 2.6.x series kernels. The new configu
 control over the modules and parameters based on kernel version.
 </p>
 
+<impo>
+The <b>module*</b> variables are not cumulative. The more version-specific
+variables will override the more general variables.
+</impo>
+
+<note>
+Please note the difference between <b>module_</b> and <b>modules_</b>.
+</note>
+
 <p>
 An in-depth example would be:
 </p>
 
 <pre caption="detailed example of /etc/conf.d/modules">
-<comment># Always load ochi1394 and ieee1394, no matter the kernel version</comment>
-modules="ohci1394 ieee1394"
-<comment># Only load tun and usbserial for 2.6.x series kernels</comment>
-modules_2_6="tun usbserial"
-<comment># Only load cx88_dvb for 2.6.23 kernels</comment>
-modules_2_6_23="cx88_dvb"
 <comment># Only load ivtv for 2.6.23-gentoo-r5</comment>
 modules_2_6_23_gentoo_r5="ivtv"
+<comment># Only load cx88_dvb for 2.6.23 kernels (other than -gentoo-r5)</comment>
+modules_2_6_23="cx88_dvb"
+<comment># Only load tun and usbserial for 2.6.x series kernels where x != 23</comment>
+modules_2_6="tun usbserial"
+<comment># Otherwise load ochi1394 and ieee1394</comment>
+modules="ohci1394 ieee1394"
 
 <comment># For 2.6.23-gentoo-r5, pass video_br=2 to cx88_dvb</comment>
 module_cx88_dvb_args_2_6_23_gentoo_r5="video_br=2"
@@ -189,15 +198,6 @@ module_usbserial_args_2_6="vendor=0x1410
 module_ieee1394_args="debug" 
 </pre>
 
-<impo>
-The <b>module*</b> variables are not cumulative. The more version-specific
-variables will override the more general variables.
-</impo>
-
-<note>
-Please note the difference between <b>module_</b> and <b>modules_</b>.
-</note>
-
 </body>
 </section>
 <section id="boot">






             reply	other threads:[~2011-01-13  3:34 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-13  3:34 Robin H. Johnson (robbat2) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-15 18:18 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml Sven Vermeulen (swift)
2011-09-02 19:43 Sven Vermeulen (swift)
2011-05-29  7:00 Joshua Saddler (nightmorph)
2011-05-29  0:45 Joshua Saddler (nightmorph)
2011-05-29  0:33 Joshua Saddler (nightmorph)
2011-04-14  5:56 Joshua Saddler (nightmorph)
2011-03-02  9:03 Joshua Saddler (nightmorph)
2011-01-17  7:56 Robin H. Johnson (robbat2)
2011-01-16 22:46 Robin H. Johnson (robbat2)
2011-01-16 22:41 Robin H. Johnson (robbat2)
2011-01-13  4:28 Robin H. Johnson (robbat2)
2011-01-13  4:26 Robin H. Johnson (robbat2)
2011-01-13  3:39 Robin H. Johnson (robbat2)
2011-01-13  3:19 Robin H. Johnson (robbat2)
2010-12-01  9:47 Jan Kundrat (jkt)
2010-07-20  8:51 Joshua Saddler (nightmorph)
2009-11-30  7:39 Joshua Saddler (nightmorph)
2009-11-12 17:43 Joshua Saddler (nightmorph)
2009-02-17  7:19 Joshua Saddler (nightmorph)
2009-02-12  0:59 Joshua Saddler (nightmorph)
2009-02-11  9:09 Joshua Saddler (nightmorph)
2008-10-05  8:42 Joshua Saddler (nightmorph)
2008-09-11  8:29 Joshua Saddler (nightmorph)
2008-04-16  0:40 Joshua Saddler (nightmorph)
2008-04-15 17:38 Joshua Saddler (nightmorph)
2008-04-15 14:35 Mike Frysinger (vapier)
2008-04-15 14:28 Mike Frysinger (vapier)
2008-04-15  6:17 Joshua Saddler (nightmorph)
2008-04-14 21:49 Joshua Saddler (nightmorph)
2008-04-14 20:43 Joshua Saddler (nightmorph)
2008-04-14 19:35 Jan Kundrat (jkt)
2008-04-14  8:39 Joshua Saddler (nightmorph)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110113033413.90B5420057@flycatcher.gentoo.org \
    --to=robbat2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox