From ab9e261c1812aa2208bd5de4f2e9cc0d4ec9ebe6 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 23:25:24 +0200 Subject: [PATCH] use sysvinit --- recipes-diya/initramfs/recovery-boot_0.1.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipes-diya/initramfs/recovery-boot_0.1.bb b/recipes-diya/initramfs/recovery-boot_0.1.bb index 83cc698..db712dc 100644 --- a/recipes-diya/initramfs/recovery-boot_0.1.bb +++ b/recipes-diya/initramfs/recovery-boot_0.1.bb @@ -8,7 +8,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" PR = "r4" -inherit allarch useradd update-rc.d +inherit allarch update-rc.d SRC_URI = "file://init \ file://confd \ @@ -16,11 +16,6 @@ SRC_URI = "file://init \ S = "${WORKDIR}" -USERADD_PACKAGES = "${PN}" -GROUPADD_PACKAGES = "${PN}" - -USERADD_PARAM:${PN} = "-u 0 -d /root -r -s /bin/sh root" - INITSCRIPT_NAME = "confd" INITSCRIPT_PARAMS = "start 30 S ."