mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
util-linux: move udev rule from e2fsprogs to here
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3bea32755d
commit
1e0941fbd7
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
SUBSYSTEM!="block", GOTO="end"
|
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
|
# exit
|
||||||
LABEL="end"
|
LABEL="end"
|
Loading…
x
Reference in New Issue
Block a user