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 /general.ent | |
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
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 4 |
1 files changed, 2 insertions, 2 deletions
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}]" --> |