- speedup a bit automounting of internally disks
This commit is contained in:
Stephan Raue 2010-04-25 15:49:03 +02:00
parent cbe7f06cbc
commit 04511100d8

View File

@ -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
)&