From 76f2d2fad1d196f639a2f5c8b9f14e1b8f3c339a Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 14 Jun 2026 18:35:37 +1200 Subject: Runit --- meta-yerba/conf/distro/yerba.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-yerba/conf') diff --git a/meta-yerba/conf/distro/yerba.conf b/meta-yerba/conf/distro/yerba.conf index c5f601c..b285616 100644 --- a/meta-yerba/conf/distro/yerba.conf +++ b/meta-yerba/conf/distro/yerba.conf @@ -6,13 +6,14 @@ MAINTAINER = "Arslaan Pathan " TCLIBC = "musl" -IMAGE_INSTALL:append = " runit" +IMAGE_INSTALL:append = " runit runit-serialgetty" +APPEND:append = " init=/sbin/runit-init" # add stuff later DISTRO_FEATURES = "" VIRTUAL-RUNTIME_init_manager = "runit" -VIRTUAL-RUNTIME_initscripts = "runit" +VIRTUAL-RUNTIME_initscripts = "" VIRTUAL-RUNTIME_base-utils = "busybox" VIRTUAL_RUNTIME_login_manager = "busybox" @@ -22,4 +23,3 @@ ERROR_QA:append = " textrel host-user-contaminated" WARN_QA:append = " buildpaths ldflags" - -- cgit v1.2.3