From 79fa7b8135c401b58d38ab17fed93a143d26071a Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 22:03:09 +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 793ed51..5a4d0ab 100755 --- a/recipes-diya/initramfs/files/init +++ b/recipes-diya/initramfs/files/init @@ -159,7 +159,7 @@ for m in $MODULES_DIR/*; do done done -# exec /sbin/init -exec sh +exec /sbin/init +# exec sh # Catch all fatal "ERROR: Initramfs failed to initialize the system."