Browse Source

Don't create the /dev/shm directory, which is now handled by the udev bootscript. Fixes #2864.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 14 years ago
parent
commit
7eae78fb84
3 changed files with 8 additions and 6 deletions
  1. 5 3
      chapter01/changelog.xml
  2. 1 1
      chapter06/udev.xml
  3. 2 2
      general.ent

+ 5 - 3
chapter01/changelog.xml

@@ -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>

+ 1 - 1
chapter06/udev.xml

@@ -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>

+ 2 - 2
general.ent

@@ -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}]" -->