1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-12-26 02:38:22 +01:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-01 22:03:09 +02:00
parent de319e1292
commit 79fa7b8135

View File

@ -159,7 +159,7 @@ for m in $MODULES_DIR/*; do
done
done
# exec /sbin/init
exec sh
exec /sbin/init
# exec sh
# Catch all
fatal "ERROR: Initramfs failed to initialize the system."