Author: matthew
Date: 2011-05-07 13:00:15 -0600 (Sat, 07 May 2011)
New Revision: 9519

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/udev.xml
   trunk/BOOK/general.ent
Log:
Don't create the /dev/shm directory, which is now handled by the udev 
bootscript. Fixes #2864.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-04-27 19:45:34 UTC (rev 9518)
+++ trunk/BOOK/chapter01/changelog.xml  2011-05-07 19:00:15 UTC (rev 9519)
@@ -37,11 +37,13 @@
 
 -->
     <listitem>
-      <para>2011-04-27</para>
+      <para>2011-05-07</para>
       <itemizedlist>
         <listitem>
-          <para>[bdubbs] - Upgrade to coreutils-8.12. Fixes
-          <ulink url="&lfs-ticket-root;2863">#2863</ulink>.</para>
+          <para>[matthew] - Don't create the
+          <filename class="directory">/dev/shm</filename> directory anymore, as
+          it is created in the udev bootscript now. Fixes
+          <ulink url="&lfs-ticket-root;2864">#2864</ulink>.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml       2011-04-27 19:45:34 UTC (rev 9518)
+++ trunk/BOOK/chapter06/udev.xml       2011-05-07 19:00:15 UTC (rev 9519)
@@ -55,7 +55,7 @@
     <para>Create some devices and directories that Udev cannot handle due to
     them being required very early in the boot process, or by Udev 
itself:</para>
 
-<screen><userinput remap="install">install -dv 
/lib/{firmware,udev/devices/{pts,shm}}
+<screen><userinput remap="install">install -dv /lib/{firmware,udev/devices/pts}
 mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen>
 
     <para>Prepare the package for compilation:</para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-04-27 19:45:34 UTC (rev 9518)
+++ trunk/BOOK/general.ent      2011-05-07 19:00:15 UTC (rev 9519)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110427">
-<!ENTITY releasedate "April 27, 2011">
+<!ENTITY version "SVN-20110507">
+<!ENTITY releasedate "May 7, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.9">
 <!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