1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-06-29 14:09:48 +02:00

use sysvinit

This commit is contained in:
DanyLE 2023-08-02 10:59:28 +02:00
parent 2f344c40e4
commit b6388526ae

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