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 /chapter01 | |
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 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 17 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 18 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a68688719..8a2d666db 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,21 @@ </listitem> --> <listitem> + <para>2014-01-15</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Added a Chapter 5 build of util-linux after + udev to satify a circular dependency. This is not the + complete fix as this build has not yet been incorporated into + Chapter 6.</para> + </listitem> + <listitem> + <para>[bdubbs] - Moutn /run as a tmpfs for Chapter 6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-01-14</para> <itemizedlist> <listitem> @@ -46,7 +61,7 @@ </listitem> <listitem> <para>[bdubbs] - Fix hardcoded reference to /tools in - Chapter 6 glibc. Fixes + Chapter 6 gcc. Fixes <ulink url="&lfs-ticket-root;3466">#3466</ulink>.</para> </listitem> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 7b576327c..eafc29c54 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -106,9 +106,9 @@ <!--<listitem> <para>IANA-Etc &iana-etc-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Inetutils &inetutils-version;</para> - </listitem>--> + </listitem> <listitem> <para>IPRoute2 &iproute2-version;</para> </listitem> |