1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-29 07:12:12 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
DanyLE
2f344c40e4 use sysvinit 2023-08-02 10:47:38 +02:00

View File

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