mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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
|
||||
|
||||
if [ -f /etc/oem.conf ]; then
|
||||
. /etc/oem.conf
|
||||
fi
|
||||
|
||||
. /etc/profile
|
||||
|
||||
progress "Starting Init Scripts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user