aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-18 13:01:40 +1200
committerArslaan Pathan <[email protected]>2026-06-18 13:01:40 +1200
commitf7000c67959e5ad424f7bfd76b19cdfc6d50e40e (patch)
tree13a92bfb123d977657b59384404beb261a8ecc61
parent146efb308198d172c7bf5b9a2cdd0f7a795407ce (diff)
downloadyerbalinux-f7000c67959e5ad424f7bfd76b19cdfc6d50e40e.tar.xz
yerbalinux-f7000c67959e5ad424f7bfd76b19cdfc6d50e40e.zip
Move the runit service things from distro to image so I can easily switch things up later
-rw-r--r--meta-yerba/conf/distro/yerba.conf2
-rw-r--r--meta-yerba/recipes-core/images/yerba-image.bb1
2 files changed, 2 insertions, 1 deletions
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 <[email protected]>"
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 \