mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
busybox: add support to use oem.conf
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
77cbe274fb
commit
f3202e5ffe
@ -38,6 +38,10 @@
|
|||||||
|
|
||||||
# starting init scripts for wanted runlevel
|
# starting init scripts for wanted runlevel
|
||||||
|
|
||||||
|
if [ -f /etc/oem.conf ]; then
|
||||||
|
. /etc/oem.conf
|
||||||
|
fi
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
progress "Starting Init Scripts"
|
progress "Starting Init Scripts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user