mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-12-26 18:58:20 +01:00
use sysvinit
This commit is contained in:
parent
08d987160b
commit
98cfc9467c
@ -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
|
||||||
|
@ -42,4 +42,4 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
FILES:${PN} = "/init /init.d /dev"
|
FILES:${PN} = "/etc /dev"
|
Loading…
Reference in New Issue
Block a user