diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 17:57:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 17:57:40 +0000 |
commit | 7b08ae242d7fb43c29a35f8d48c2fade9f85cbd8 (patch) | |
tree | 2db4078f58fbd77c35a5a04d575338c636f6c6a4 /general.ent | |
parent | 2fa5f2635ea7f3765e517245823f09ecabc575ec (diff) |
Added a stronger note about automake teste time.
Updated boot scripts:
Only mount /run in mountvirtfs if it is not already mounted
(from an initrd).
Force the /dev/shm->/run/shm symlink
Skip making LVM virtual groups unavailable at shutdown
because the / or swap partitions may be still in use.
Fix some whitespace in iproute2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9883 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 d72bbd98b..083ffb20b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20120610"> -<!ENTITY releasedate "June 10, 2012"> +<!ENTITY version "SVN-20120617"> +<!ENTITY releasedate "June 17, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |