mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
udisks:
- speedup a bit automounting of internally disks
This commit is contained in:
parent
cbe7f06cbc
commit
04511100d8
@ -3,7 +3,8 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
progress "automount internal disks"
|
(
|
||||||
|
progress "automount internal disks"
|
||||||
|
|
||||||
drive_dump () {
|
drive_dump () {
|
||||||
udisks --dump | tr -d ' ' | grep 'device-file:' | cut -d ':' -f2
|
udisks --dump | tr -d ' ' | grep 'device-file:' | cut -d ':' -f2
|
||||||
@ -22,4 +23,5 @@ progress "automount internal disks"
|
|||||||
udisks --mount "$DEVICE" >/dev/null
|
udisks --mount "$DEVICE" >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user