diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 21:04:43 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 21:04:43 +1200 |
| commit | 2d177e399bacbd2ceddb7f9b03c1584a65c182bb (patch) | |
| tree | a948fba6ed76c474223844be463de79551676c9d /meta-yerba/conf/distro | |
| parent | a83096a142892556c31e15e9f62d45a64a1c9f78 (diff) | |
| download | yerbalinux-2d177e399bacbd2ceddb7f9b03c1584a65c182bb.tar.xz yerbalinux-2d177e399bacbd2ceddb7f9b03c1584a65c182bb.zip | |
use busybox for now and then runit later
Diffstat (limited to 'meta-yerba/conf/distro')
| -rw-r--r-- | meta-yerba/conf/distro/yerba.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yerba/conf/distro/yerba.conf b/meta-yerba/conf/distro/yerba.conf index fa7f320..18deb15 100644 --- a/meta-yerba/conf/distro/yerba.conf +++ b/meta-yerba/conf/distro/yerba.conf @@ -9,7 +9,8 @@ TCLIBC = "musl" # add stuff later DISTRO_FEATURES = "" -VIRTUAL-RUNTIME_init_manager = "runit" +# temporary busybox init, runit later +VIRTUAL-RUNTIME_init_manager = "busybox" VIRTUAL-RUNTIME_initscripts = "initscripts" VIRTUAL-RUNTIME_base-utils = "busybox" |
