diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 050351fc5..a1c61ccfd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ 2007-02-23 + + [dnicholson] - Applied a patch from Chris Staub to fix some + commands and text on the kernel file systems, E2fsprogs and + Autoconf pages. + [dnicholson] - Dropped the -D switch from the Udev documentation install command since it is already created by diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 4ffb8e9ee..e971ba7e2 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -45,7 +45,7 @@ To test the results, issue: make check. - This takes a long time, about 3 SBUs. In addition, 2 test are skipped + This takes a long time, about 3 SBUs. In addition, 6 tests are skipped that use Automake. For full test coverage, Autoconf can be re-tested after Automake has been installed. diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 960a32bb6..5739b146c 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -42,8 +42,8 @@ sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in - It is recommended that E2fsprogs be built in a subdirectory of - the source tree: + The E2fsprogs documentation recommends that the package be built in + a subdirectory of the source tree: mkdir -v build cd build @@ -106,11 +106,11 @@ cd build for details on creating and enabling swap space. - Install the binaries and documentation: + Install the binaries, documentation, and shared libraries: make install - Install the shared libraries: + Install the static libraries and headers: make install-libs diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 1570de4be..9afb35763 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -59,7 +59,7 @@ mknod -m 666 $LFS/dev/null c 1 3 create a mirror of a directory or mount point to some other location. Use the following command to achieve this: -mount --bind /dev $LFS/dev +mount -v --bind /dev $LFS/dev diff --git a/general.ent b/general.ent index a73f58f13..236aefd9d 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +