diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 14:55:52 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 14:55:52 +0000 |
commit | 540fd314f00433a16f39240e47f4af19b74297e8 (patch) | |
tree | 373b9eb6a1e2996cb28ed50fb46c3295ee8824b6 /chapter01 | |
parent | e8692c5ee76662b25bd502df06818c910bb6aa3b (diff) |
Replacing MAKEDEV with make_devices.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ea37d74cc..5c874531b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,10 @@ <itemizedlist> +<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices: +replaced the MAKEDEV script with the make_devices script. Contributed by +Matthias Benkmann.</para></listitem> + <listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final install of the kernel headers to just copying them from the temporary tools directory.</para></listitem> |