1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-03 16:09:48 +02:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-01 23:53:34 +02:00
parent 5162e55193
commit e2d877de04
3 changed files with 8 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
DESC="Auto deployment configuration from media"
DESC="Custom system configuration"
case "$1" in
start)

View File

@ -120,8 +120,6 @@ else
fi
fi
exec /sbin/init
# active the back light
echo 0 > /sys/class/backlight/backlight/bl_power
@ -161,7 +159,7 @@ for m in $MODULES_DIR/*; do
done
done
exec /sbin/init
# exec sh
# Catch all
fatal "ERROR: Initramfs failed to initialize the system."

View File

@ -11,13 +11,14 @@ PR = "r4"
inherit allarch update-rc.d
SRC_URI = "file://init \
file://confd \
file://debug \
file://udev \
"
S = "${WORKDIR}"
INITSCRIPT_NAME = "confd"
INITSCRIPT_PARAMS = "start 30 S ."
# INITSCRIPT_NAME = "confd"
# INITSCRIPT_PARAMS = "start 30 S ."
do_install() {
install -d ${D}/init.d
@ -26,12 +27,10 @@ do_install() {
install -m 0755 ${WORKDIR}/init ${D}/init
# udev
# install -m 0755 ${WORKDIR}/udev ${D}/init.d/01-udev
install -m 0755 ${WORKDIR}/udev ${D}/init.d/01-udev
# debug
# install -m 0755 ${WORKDIR}/debug ${D}/init.d/00-debug
install -m 0755 ${WORKDIR}/confd ${D}/init.d/confd
install -m 0755 ${WORKDIR}/debug ${D}/init.d/00-debug
# Create device nodes expected by some kernels in initramfs
# before even executing /init.