diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-14 17:14:16 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-14 17:14:16 +1200 |
| commit | ae4195ef9048b42058083112612c0afec612f743 (patch) | |
| tree | ded30fb2fe0ccbece34174fee7ea34a77f1ed42b /meta-yerba/conf/distro/yerba.conf | |
| parent | f516730ac5ee6273fe225e648d7519baf9d5cffd (diff) | |
| download | yerbalinux-ae4195ef9048b42058083112612c0afec612f743.tar.xz yerbalinux-ae4195ef9048b42058083112612c0afec612f743.zip | |
Work on getting runit to work and add meta-oe
Diffstat (limited to 'meta-yerba/conf/distro/yerba.conf')
| -rw-r--r-- | meta-yerba/conf/distro/yerba.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-yerba/conf/distro/yerba.conf b/meta-yerba/conf/distro/yerba.conf index 18deb15..c5f601c 100644 --- a/meta-yerba/conf/distro/yerba.conf +++ b/meta-yerba/conf/distro/yerba.conf @@ -6,12 +6,13 @@ MAINTAINER = "Arslaan Pathan <[email protected]>" TCLIBC = "musl" +IMAGE_INSTALL:append = " runit" + # add stuff later DISTRO_FEATURES = "" -# temporary busybox init, runit later -VIRTUAL-RUNTIME_init_manager = "busybox" -VIRTUAL-RUNTIME_initscripts = "initscripts" +VIRTUAL-RUNTIME_init_manager = "runit" +VIRTUAL-RUNTIME_initscripts = "runit" VIRTUAL-RUNTIME_base-utils = "busybox" VIRTUAL_RUNTIME_login_manager = "busybox" |
