From: Michael Tremer Date: Sat, 25 Jul 2009 14:09:51 +0000 (+0200) Subject: e2fsprogs: We take that fsck version of util-linux-ng. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c8444d83f4082b8fa44a2ed66368286999efdcd;p=ipfire-3.x.git e2fsprogs: We take that fsck version of util-linux-ng. --- diff --git a/lfs/e2fsprogs b/lfs/e2fsprogs index 1fa750532..a6099fc4f 100644 --- a/lfs/e2fsprogs +++ b/lfs/e2fsprogs @@ -115,7 +115,8 @@ ifeq "$(STAGE)" "base" --prefix=/usr \ --with-root-prefix="" \ --enable-elf-shlibs \ - --disable-libblkid + --disable-libblkid \ + --disable-fsck cd $(DIR_APP)/build && make $(PARALLELISMFLAGS) cd $(DIR_APP)/build && make install cd $(DIR_APP)/build && make install-libs diff --git a/src/rootfiles/core/e2fsprogs b/src/rootfiles/core/e2fsprogs index 613aac0f5..7653d1279 100644 --- a/src/rootfiles/core/e2fsprogs +++ b/src/rootfiles/core/e2fsprogs @@ -16,7 +16,6 @@ sbin/e2fsck sbin/e2image sbin/e2label sbin/e2undo -sbin/fsck sbin/fsck.ext2 sbin/fsck.ext3 sbin/fsck.ext4 @@ -116,7 +115,6 @@ usr/sbin/uuidd #usr/share/man/man8/e2label.8 #usr/share/man/man8/e2undo.8 #usr/share/man/man8/filefrag.8 -#usr/share/man/man8/fsck.8 #usr/share/man/man8/fsck.ext2.8 #usr/share/man/man8/fsck.ext3.8 #usr/share/man/man8/fsck.ext4.8