summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.make
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2012-05-28 14:42:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-31 16:59:57 +0200
commit0df467aa50f6087ec4950b805bdc2cfd430e69b3 (patch)
treeb8ac247b3d4510b3eda0ad1f6fe23f8915c1b25c /rules/e2fsprogs.make
parent27241f18f77153f03e3557919d6e645fdd2eab1e (diff)
downloadptxdist-0df467aa50f6087ec4950b805bdc2cfd430e69b3.tar.gz
ptxdist-0df467aa50f6087ec4950b805bdc2cfd430e69b3.tar.xz
e2fsprogs: add fsck.auto link to efsck tool
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/e2fsprogs.make')
-rw-r--r--rules/e2fsprogs.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make
index 858aeac10..439e8ead1 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)