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 /packages.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 'packages.ent')
-rw-r--r-- | packages.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.ent b/packages.ent index 3e1872678..24c9b011e 100644 --- a/packages.ent +++ b/packages.ent @@ -22,7 +22,7 @@ <!ENTITY automake-md5 "036d79de6e443e02aec2be1df2b4f0ac"> <!ENTITY automake-home "&gnu-software;automake/"> <!ENTITY automake-ch6-du "28.8 MB"> -<!ENTITY automake-ch6-sbu "18.3 SBU"> +<!ENTITY automake-ch6-sbu "less than 0.1 SBU (without tests)"> <!ENTITY bash-version "4.2"> <!ENTITY bash-size "6,845 KB"> @@ -302,7 +302,7 @@ <!ENTITY less-ch6-du "3.5 MB"> <!ENTITY less-ch6-sbu "less than 0.1 SBU"> -<!ENTITY lfs-bootscripts-version "20120530"> <!-- Scripts depend on this format --> +<!ENTITY lfs-bootscripts-version "20120617"> <!-- Scripts depend on this format --> <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile --> |