util-linux: simplyfing fsck command

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-05 19:17:35 +02:00
parent aa1e756081
commit 24ebf0736a

View File

@ -21,7 +21,7 @@
SUBSYSTEM!="block", GOTO="end"
ACTION=="add|change", RUN+="/sbin/fsck -M -V -a -t !ntfs,!xfs,!vfat /dev/%k"
ACTION=="add|change", RUN+="/sbin/fsck -M -T -a /dev/%k"
# exit
LABEL="end"