projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af75a29
)
fs-lib/module-setup.sh: install fsck and fsck.ext*
author
Harald Hoyer
<harald@redhat.com>
Mon, 12 Aug 2013 22:19:05 +0000
(
00:19
+0200)
committer
Harald Hoyer
<harald@redhat.com>
Mon, 12 Aug 2013 22:19:05 +0000
(
00:19
+0200)
modules.d/99fs-lib/module-setup.sh
patch
|
blob
|
history
diff --git
a/modules.d/99fs-lib/module-setup.sh
b/modules.d/99fs-lib/module-setup.sh
index 9539f63f65877e3911127598367492db835f518f..c9c88b7d61d4300d2bb82ddd33c82dc97bd7bdca 100755
(executable)
--- a/
modules.d/99fs-lib/module-setup.sh
+++ b/
modules.d/99fs-lib/module-setup.sh
@@
-18,7
+18,7
@@
echo_fs_helper() {
echo -n " xfs_db xfs_repair xfs_check xfs_metadump "
;;
ext?)
- echo -n " e2fsck "
+ echo -n "
fsck.$fs
e2fsck "
;;
jfs)
echo -n " jfs_fsck "
@@
-80,5
+80,5
@@
install() {
inst_simple /etc/e2fsck.conf
fi
- inst_multiple -o $_helpers
+ inst_multiple -o $_helpers
fsck
}