From f7000c67959e5ad424f7bfd76b19cdfc6d50e40e Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 18 Jun 2026 13:01:40 +1200 Subject: Move the runit service things from distro to image so I can easily switch things up later --- meta-yerba/conf/distro/yerba.conf | 2 +- meta-yerba/recipes-core/images/yerba-image.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-yerba') diff --git a/meta-yerba/conf/distro/yerba.conf b/meta-yerba/conf/distro/yerba.conf index 06a9a2b..88e8937 100644 --- a/meta-yerba/conf/distro/yerba.conf +++ b/meta-yerba/conf/distro/yerba.conf @@ -6,7 +6,7 @@ MAINTAINER = "Arslaan Pathan " TCLIBC = "musl" -IMAGE_INSTALL:append = " runit runit-serialgetty runit-dhcpcd" +IMAGE_INSTALL:append = " runit" APPEND:append = " init=/sbin/runit-init" # add stuff later diff --git a/meta-yerba/recipes-core/images/yerba-image.bb b/meta-yerba/recipes-core/images/yerba-image.bb index 5515039..3b07d89 100644 --- a/meta-yerba/recipes-core/images/yerba-image.bb +++ b/meta-yerba/recipes-core/images/yerba-image.bb @@ -12,6 +12,7 @@ IMAGE_INSTALL = "\ ${CORE_IMAGE_EXTRA_INSTALL} \ runit \ runit-serialgetty \ + runit-dhcpcd \ runit-config \ bash \ zsh \ -- cgit v1.2.3