From: "Bart vdr. Meulen" <bartvdrmeulen@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] e2fsprogs: add fsck.auto link to efsck tool
Date: Mon, 28 May 2012 14:42:50 +0200 [thread overview]
Message-ID: <1338208981-8681-24-git-send-email-bartvdrmeulen@gmail.com> (raw)
From: "Bart vdr. Meulen" <bartvdrmeulen@gmail.com>
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 <bartvdrmeulen@gmail.com>
---
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
reply other threads:[~2012-05-28 12:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338208981-8681-24-git-send-email-bartvdrmeulen@gmail.com \
--to=bartvdrmeulen@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox