aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-08-15 20:36:23 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-08-15 20:36:23 +0000
commit4735209374be4a021b4ce6e7451c6ee58426d521 (patch)
tree250fa6a7836c248fddfa991a6430ab545fb66b03 /chapter01
parent63d5562d8cb76477eedc777334ab47fde216719d (diff)
move makedev to before glibc and remove manual /dev/null creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ec3c8b6e8..3c8aa09c1 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -51,6 +51,11 @@
</itemizedlist>
</para></listitem>
+<listitem><para>August 15th, 2002 [markh]: Chapter 06 - Move the MAKEDEV
+installation to before glibc and remove the temporary creation of
+<filename>/dev/null</filename> as we don't need it
+anymore.</para></listitem>
+
<listitem><para>August 15th, 2002 [timothy]: Chapter 04 - Preparing a new
partition: mentioned that a swap partition can be shared between the LFS
and host systems, grammatic changes.</para></listitem>