busybox: add support to use oem.conf

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-25 15:22:26 +01:00
parent 77cbe274fb
commit f3202e5ffe

View File

@ -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"