diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-03 15:42:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-03 15:42:14 +0000 |
commit | 13e7d79417834f974264b5eecc99cf949ebc307d (patch) | |
tree | 26f15847038feeaea421730475d03f371c07d5b3 /general.ent | |
parent | e75f916c2f7455f087d119ec382672a572625097 (diff) |
Fix binutils extracted directory version in binutils
build instructions. This will be reverted at the next upstream release
when the tarball name is again synced with the extracted directory
name.
Fix bootscripts to properly export IN_BOOT variable.
Adjust minimum kernel for the host sysem to 2.6.25
due to a udev requirement.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9592 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 fea26fd30..c9b2f92aa 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20110831"> -<!ENTITY releasedate "Aug 31, 2011"> +<!ENTITY version "SVN-20110903"> +<!ENTITY releasedate "Sep 3, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |