* [ptxdist] [PATCH] e2fsprogs: add fsck.auto link to efsck tool
@ 2012-05-28 12:42 Bart vdr. Meulen
0 siblings, 0 replies; only message in thread
From: Bart vdr. Meulen @ 2012-05-28 12:42 UTC (permalink / raw)
To: ptxdist
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-28 12:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-28 12:42 [ptxdist] [PATCH] e2fsprogs: add fsck.auto link to efsck tool Bart vdr. Meulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox