diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-08 03:00:54 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-08 03:00:54 +0000 |
commit | c93a7a65cbd2d9fa836591210daac9e7baced20d (patch) | |
tree | c83794a874c9ae326e766deaa5ad57892dcd1acb /chapter01 | |
parent | 07a1fe7bc5f4ccdc670ff07c636768432d3d9675 (diff) |
Added Makedev to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.sgml b/chapter01/changelog.sgml index 5a5d16aff..46f86497c 100644 --- a/chapter01/changelog.sgml +++ b/chapter01/changelog.sgml @@ -23,6 +23,18 @@ the move of Glibc from Chapter 5 to Chapter 6. </para></listitem> <listitem><para> +Chapter 5: Added Makedev to chapter 5. We don't create the device files +here, only copy the MAKEDEV script and make a temp copy which will be +used to create device files. This second file (MAKEDEV-temp) doesn't +contain user names and group names but only user id's and group id's. We +need a few device files to get Glibc installed, but before GLibc is +installed user and group names are not recognized yet; only the numeric +id's. This requires a slightly modified MAKEDEV script which will be +generated by patching the original one. This patching is done here in +chapter 5. +</para></listitem> + +<listitem><para> Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile the fileutils package on Glibc-2.2 based systems (such as the upcoming LFS-3.0 system). |