diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-07 19:00:15 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-07 19:00:15 +0000 |
commit | 7eae78fb84357944ee5a6ee60565ba2e2a18573f (patch) | |
tree | 6bfb1c7084afc50ef326325c51dca207b0282f5a | |
parent | c73dbf28bdc2045d75cecc15e8a798766ea3093d (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | chapter06/udev.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index eafdf3057..2335d85b7 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 61648af30..4ad69468f 100644 --- a/chapter06/udev.xml +++ b/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> diff --git a/general.ent b/general.ent index 93bdf56f6..bcf460ae5 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "6.9"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |