mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-13 06:04:22 +02:00
Compare commits
1 Commits
a23a5394b0
...
bb1c6beb07
Author | SHA1 | Date | |
---|---|---|---|
bb1c6beb07 |
@ -11,6 +11,8 @@ case "$1" in
|
||||
echo 0 > /sys/class/backlight/backlight/bl_power
|
||||
# hostname
|
||||
echo "diya-recovery" > /proc/sys/kernel/hostname
|
||||
# mount boot
|
||||
mount /dev/mmcblk0p0 /boot
|
||||
;;
|
||||
*)
|
||||
N=/etc/init.d/$NAME
|
||||
|
@ -20,6 +20,7 @@ INITSCRIPT_NAME = "confd"
|
||||
INITSCRIPT_PARAMS = "start 30 S ."
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/etc/init.d
|
||||
|
||||
# base
|
||||
install -m 0755 ${WORKDIR}/init ${D}/init
|
||||
|
Reference in New Issue
Block a user