1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

use sysvinit

This commit is contained in:
DanyLE
2023-08-01 23:15:40 +02:00
parent ac4af715b3
commit ca78790be1
3 changed files with 11 additions and 12 deletions

View File

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