Author: bdubbs
Date: Tue Feb 19 11:51:47 2013
New Revision: 10166

Log:
Update file name for adjusting CD-ROM symlink
rules mode in section 7.5.1

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter07/symlinks.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Mon Feb 18 18:12:54 2013        (r10165)
+++ trunk/BOOK/chapter01/changelog.xml  Tue Feb 19 11:51:47 2013        (r10166)
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>2013-02-19</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update file name for adjusting CD-ROM
+          rules mode in section 7.5.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2013-02-18</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter07/symlinks.xml
==============================================================================
--- trunk/BOOK/chapter07/symlinks.xml   Mon Feb 18 18:12:54 2013        (r10165)
+++ trunk/BOOK/chapter07/symlinks.xml   Tue Feb 19 11:51:47 2013        (r10166)
@@ -72,12 +72,12 @@
 
     <para>If the default mode is not suitable for your situation, then the
     following modification can be made to the
-    <filename>/lib/udev/rules.d/75-cd-aliases-generator.rules</filename> file,
+    <filename>/etc/udev/rules.d/83-cdrom-symlinks.rules</filename> file,
     as follows (where <replaceable>mode</replaceable> is one of
     <quote>by-id</quote> or <quote>by-path</quote>):</para>
 
 <screen role="nodump"><userinput>sed -i -e 's/"write_cd_rules"/"write_cd_rules 
<replaceable>mode</replaceable>"/' \
-    /lib/udev/rules.d/75-cd-aliases-generator.rules</userinput></screen>
+    /etc/udev/rules.d/83-cdrom-symlinks.rules</userinput></screen>
 
     <para>Note that it is not necessary to create the rules files or symlinks
     at this time, because you have bind-mounted the host's

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Feb 18 18:12:54 2013        (r10165)
+++ trunk/BOOK/general.ent      Tue Feb 19 11:51:47 2013        (r10166)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130218">
-<!ENTITY releasedate "February 18, 2013">
+<!ENTITY version "SVN-20130219">
+<!ENTITY releasedate "February 19, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to