diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-18 13:01:40 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-18 13:01:40 +1200 |
| commit | f7000c67959e5ad424f7bfd76b19cdfc6d50e40e (patch) | |
| tree | 13a92bfb123d977657b59384404beb261a8ecc61 /meta-yerba/conf/distro/yerba.conf | |
| parent | 146efb308198d172c7bf5b9a2cdd0f7a795407ce (diff) | |
| download | yerbalinux-f7000c67959e5ad424f7bfd76b19cdfc6d50e40e.tar.xz yerbalinux-f7000c67959e5ad424f7bfd76b19cdfc6d50e40e.zip | |
Move the runit service things from distro to image so I can easily switch things up later
Diffstat (limited to 'meta-yerba/conf/distro/yerba.conf')
| -rw-r--r-- | meta-yerba/conf/distro/yerba.conf | 2 |
1 files changed, 1 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 |
