1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-13 14:14:23 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
b6388526ae use sysvinit 2023-08-02 10:59:28 +02:00

View File

@ -103,8 +103,8 @@ else
fatal "ERROR: /dev doesn't exist and kernel doesn't has devtmpfs enabled."
fi
fi
# run init in single user mode
exec /sbin/init -s
# run init
exec /sbin/init
# Catch all
fatal "ERROR: Initramfs failed to initialize the system."