diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 34d82eb82..45bcdb113 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-05-23 + + [bdubbs] - Various minor text changes. Thanks to Chris + Staub. Fixes + #2407. + [bdubbs] - Change the bootsripts and udev configuration so the rtc is set by udev upon boot. Removed aio device diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index eff3eac76..3ab5a3c03 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -77,9 +77,9 @@ cd ../binutils-build Because the machine description in the LFS_TGT variable is slightly different than the value returned by the - config.guess script, this switch will tell the configure script to - adjust Binutil's build system for building a cross linker. - + config.guess script, this switch will tell the + configure script to adjust Binutil's build system + for building a cross linker. diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml index 38919deb7..43cea7558 100644 --- a/chapter05/e2fsprogs.xml +++ b/chapter05/e2fsprogs.xml @@ -61,7 +61,7 @@ cd build make install-libs Make the installed static libraries writable so debugging symbols can - be removed later. + be removed later: chmod -v u+w \ /tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 02854618d..25f809931 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -45,7 +45,7 @@ GCC now requires the GMP and MPFR packages. As these packages may not be included in your host distribution, they will be built with - GCC. + GCC: tar -jxf ../mpfr-&mpfr-version;.tar.bz2 mv mpfr-&mpfr-version; mpfr diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index b60c5c00a..bda37ab6c 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -115,7 +115,7 @@ done changes to the original files in case the command is inadvertently run twice. - On x86_64, unsetting the multlib spec for GCC ensures that it + On x86_64, unsetting the multilib spec for GCC ensures that it won't attempt to link against libraries on the host: case $(uname -m) in diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index c22f26243..4e2e39eea 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -25,8 +25,9 @@ The E2fsprogs package contains the utilities for handling the ext2 file system. It also - supports the ext3 journaling - file system. + supports the ext3 and + ext4 journaling + file systems. &buildtime;