mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox:
- run bootchart at background - output from bootchart now in /storage/bootchart
This commit is contained in:
parent
e30efa2296
commit
4af3217ec0
@ -1,7 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# start bootchartd if avaible
|
# start bootchartd if avaible
|
||||||
[ -f /sbin/bootchartd ] && /sbin/bootchartd -o /storage
|
if [ -f /sbin/bootchartd ]; then
|
||||||
|
mkdir -p /storage/bootchart
|
||||||
|
/sbin/bootchartd -o /storage/bootchart &
|
||||||
|
fi
|
||||||
|
|
||||||
# read config
|
# read config
|
||||||
. /etc/sysconfig
|
. /etc/sysconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user