mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
util-linux: simplyfing fsck command
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
aa1e756081
commit
24ebf0736a
@ -21,7 +21,7 @@
|
||||
|
||||
SUBSYSTEM!="block", GOTO="end"
|
||||
|
||||
ACTION=="add|change", RUN+="/sbin/fsck -M -V -a -t !ntfs,!xfs,!vfat /dev/%k"
|
||||
ACTION=="add|change", RUN+="/sbin/fsck -M -T -a /dev/%k"
|
||||
|
||||
# exit
|
||||
LABEL="end"
|
||||
|
Loading…
x
Reference in New Issue
Block a user