1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-02 05:36:39 +02:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-02 00:13:06 +02:00
parent 08d987160b
commit 98cfc9467c
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ case "$1" in
# for some reason the LCD backlight is turned off # for some reason the LCD backlight is turned off
# need to turn it on manually # need to turn it on manually
echo 0 > /sys/class/backlight/backlight/bl_power echo 0 > /sys/class/backlight/backlight/bl_power
# hostname
echo "diya-recovery" > /proc/sys/kernel/hostname
;; ;;
*) *)
N=/etc/init.d/$NAME N=/etc/init.d/$NAME

View File

@ -42,4 +42,4 @@ do_install() {
} }
FILES:${PN} = "/init /init.d /dev" FILES:${PN} = "/etc /dev"