util-linux: move udev rule from e2fsprogs to here

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-05 14:05:16 +02:00
parent 3bea32755d
commit 1e0941fbd7

View File

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