소스 검색

Noted re-wording in chapter 4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 년 전
부모
커밋
4378e5bff2
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      TODO
  2. 6 0
      chapter01/changelog.xml

+ 3 - 0
TODO

@@ -1,5 +1,8 @@
 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
   staring with chapter 7, devfs hint before running MAKEDEV, etc)
 

+ 6 - 0
chapter01/changelog.xml

@@ -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.
 </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>
 Chapter 5: Added static mawk, texinfo and partially gettext to faciliate
 the move of Glibc from Chapter 5 to Chapter 6.