diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-01-20 01:18:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-01-20 01:18:30 +0000 |
commit | cb23c1a6ab0a3c279df1f453ef9585b062963ec4 (patch) | |
tree | 2b9d62f95bb276320d0631397722a57a1abacd0a /packages.ent | |
parent | cde2ae7b0fd8f2f9de248a9a58094066d3b621b0 (diff) |
Added a Chapter 5 build of util-linux in preparation for
moving the Chapter 6 build to after udev. This satisfies a circular
dependency. This is not the complete fix as this build has not yet
been incorporated into Chapter 6.
Mount /run as a tmpfs for Chapter 6. This allows use by test processes
during Chapter 6 without carying the files over to the new system.
Other minor cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'packages.ent')
-rw-r--r-- | packages.ent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.ent b/packages.ent index 9854a9789..331b3e472 100644 --- a/packages.ent +++ b/packages.ent @@ -565,6 +565,8 @@ <!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.24/util-linux-&util-linux-version;.tar.xz"> <!ENTITY util-linux-md5 "4fac6443427f575fc5f3531a4ad2ca01"> <!ENTITY util-linux-home "http://userweb.kernel.org/~kzak/util-linux/"> +<!ENTITY util-linux-ch5-du "89 MB"> +<!ENTITY util-linux-ch5-sbu "0.6 SBU"> <!ENTITY util-linux-ch6-du "89 MB"> <!ENTITY util-linux-ch6-sbu "0.6 SBU"> |