rcS: unpack and run extra services from the data mtd partition

This commit is contained in:
Jaroslav Kysela
2016-02-25 18:48:35 +01:00
parent 2a3e6b7add
commit 0825c29009
3 changed files with 30 additions and 5 deletions

View File

@@ -2,10 +2,6 @@
test -r /etc/sysconfig/config && . /etc/sysconfig/config
if test "$CUSTOMD" != "yes"; then
exit 0
fi
if test -x "${CUSTOMD}" ; then
. "${CUSTOMD}"
fi