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