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

use sysvinit

This commit is contained in:
DanyLE 2023-08-02 10:47:38 +02:00
parent dbc5d431a0
commit 2f344c40e4

View File

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