mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
busybox: create persistent bluetooth workdir to store infos about BT devices on disk
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e0ceb324dc
commit
e8225354cb
@ -25,6 +25,7 @@
|
||||
|
||||
progress "make variable directory structure"
|
||||
mkdir -p /var/cache \
|
||||
/var/lib \
|
||||
/var/lock \
|
||||
/var/media \
|
||||
/var/run \
|
||||
@ -58,3 +59,6 @@ progress "make variable directory structure"
|
||||
|
||||
mkdir -p /var/lib/udisks
|
||||
mkdir -p /var/lib/upower
|
||||
|
||||
mkdir -p $HOME/.cache/bluetooth
|
||||
ln -sf $HOME/.cache/bluetooth /var/lib/bluetooth
|
||||
|
Loading…
x
Reference in New Issue
Block a user