diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 242c42892..8a8892405 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-07-23 + + [matthew] - Prevent E2fsprogs from installing the fsck wrapper + as this is provided by Util-Linux-NG. Fixes + #2453. + [matthew] - Remove an unnecessary sed from File's commands. Fixes #2452. diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index b44d4d63b..4d7d1eda0 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -58,7 +58,8 @@ cd build Prepare E2fsprogs for compilation: ../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd + --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd \ + --disable-fsck The meaning of the configure options: @@ -90,9 +91,10 @@ cd build This prevents E2fsprogs from building and installing the libuuid and - libblkid libraries, and the - uuidd daemon, as Util-Linux-NG - installed them earlier. + libblkid libraries, the + uuidd daemon, and the + fsck wrapper, as Util-Linux-NG installed all of + them earlier.