1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
37a3490424 use sysvinit 2023-08-01 18:28:05 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,7 @@ exec_enabled() {
exec_run() {
if [ ! -d $EXEC_DIR ]; then
msg "No contents to exec in $EXEC_DIR. Starting shell ..."
sh
msg "No contents to exec in $EXEC_DIR. skipping ..."
fi
# Load and run modules

View File

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