Noted re-wording in chapter 4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-02-28 00:41:22 +00:00
parent 4eea3b2a3e
commit 4378e5bff2
2 changed files with 9 additions and 0 deletions

3
TODO
View File

@ -1,5 +1,8 @@
These are the TODO items for the next LFS release (3.0): These are the TODO items for the next LFS release (3.0):
* e2fsprogs apparently needs ldconfig. Check if there are other
packages before e2fsprogs which use ldconfig when it's present
* Mention more hints through out the books (like BSD hint before * Mention more hints through out the books (like BSD hint before
staring with chapter 7, devfs hint before running MAKEDEV, etc) staring with chapter 7, devfs hint before running MAKEDEV, etc)

View File

@ -21,6 +21,12 @@ Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
page recommends cfdisk over fdisk because it's more stable. page recommends cfdisk over fdisk because it's more stable.
</para></listitem> </para></listitem>
<listitem><para>
Chapter 4: Changed the wording to make it more general as ext2 no
longer is the only used file system. Reiser for example is often used
too now.
</para></listitem>
<listitem><para> <listitem><para>
Chapter 5: Added static mawk, texinfo and partially gettext to faciliate Chapter 5: Added static mawk, texinfo and partially gettext to faciliate
the move of Glibc from Chapter 5 to Chapter 6. the move of Glibc from Chapter 5 to Chapter 6.