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

Compare commits

...

1 Commits

Author SHA1 Message Date
79fa7b8135 use sysvinit 2023-08-01 22:03:09 +02:00

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."