mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26: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
|
||||
|
||||
progress "automount internal disks"
|
||||
(
|
||||
progress "automount internal disks"
|
||||
|
||||
drive_dump () {
|
||||
udisks --dump | tr -d ' ' | grep 'device-file:' | cut -d ':' -f2
|
||||
@ -22,4 +23,5 @@ progress "automount internal disks"
|
||||
udisks --mount "$DEVICE" >/dev/null
|
||||
fi
|
||||
|
||||
done
|
||||
done
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user