From b6388526aea394aa777bde2f9836fe96944f12a8 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 2 Aug 2023 10:59:28 +0200 Subject: [PATCH] use sysvinit --- recipes-diya/initramfs/files/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-diya/initramfs/files/init b/recipes-diya/initramfs/files/init index cea5056..c0ae264 100755 --- a/recipes-diya/initramfs/files/init +++ b/recipes-diya/initramfs/files/init @@ -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."