From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wg0-f50.google.com ([74.125.82.50]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SYzQ4-00010l-KX for ptxdist@pengutronix.de; Mon, 28 May 2012 14:51:33 +0200 Received: by wgbds11 with SMTP id ds11so2208638wgb.7 for ; Mon, 28 May 2012 05:51:26 -0700 (PDT) From: "Bart vdr. Meulen" Date: Mon, 28 May 2012 14:42:50 +0200 Message-Id: <1338208981-8681-24-git-send-email-bartvdrmeulen@gmail.com> Subject: [ptxdist] [PATCH] e2fsprogs: add fsck.auto link to efsck tool Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de From: "Bart vdr. Meulen" When using fsck during startup the check for filesystem errors in filesystem being mounted in the fstab file it looks for fsck.auto when the file sytem type is unknown. Make a link to e2fsck, which auto discovers the ext type and check it Signed-off-by: Bart vdr. Meulen --- rules/e2fsprogs.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make index 858aeac..439e8ea 100644 --- a/rules/e2fsprogs.make +++ b/rules/e2fsprogs.make @@ -119,6 +119,7 @@ endif ifdef PTXCONF_E2FSPROGS_INSTALL_E2FSCK @$(call install_copy, e2fsprogs, 0, 0, 0755, -, /usr/sbin/e2fsck) + @$(call install_link, e2fsprogs, e2fsck, /usr/sbin/fsck.auto) endif ifdef PTXCONF_E2FSPROGS_INSTALL_FSCK_EXT2 @$(call install_link, e2fsprogs, e2fsck, /usr/sbin/fsck.ext2) -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de