util-linux: run fsck only on partitions

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-07 21:50:45 +02:00
parent 2a4ae395fc
commit df5d7e45cf

View File

@ -20,6 +20,7 @@
################################################################################
SUBSYSTEM!="block", GOTO="end"
DEVTYPE!="partition", GOTO="end"
ACTION=="add|change", RUN+="/sbin/fsck -M -T -a /dev/%k"