diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-14 18:35:37 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-14 18:35:37 +1200 |
| commit | 76f2d2fad1d196f639a2f5c8b9f14e1b8f3c339a (patch) | |
| tree | e9945e88a90c0642194f03bd3607444c9fc2d700 /meta-yerba/conf | |
| parent | 4cc62efa47100b7f6a0e5cb15ccf4b0f468368a6 (diff) | |
| download | yerbalinux-76f2d2fad1d196f639a2f5c8b9f14e1b8f3c339a.tar.xz yerbalinux-76f2d2fad1d196f639a2f5c8b9f14e1b8f3c339a.zip | |
Runit
Diffstat (limited to 'meta-yerba/conf')
| -rw-r--r-- | meta-yerba/conf/distro/yerba.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 <[email protected]>" 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" - |
