mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
util-linux: run fsck only on partitions
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
################################################################################
|
||||
|
||||
SUBSYSTEM!="block", GOTO="end"
|
||||
DEVTYPE!="partition", GOTO="end"
|
||||
|
||||
ACTION=="add|change", RUN+="/sbin/fsck -M -T -a /dev/%k"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user