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 | |
| 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')
| -rw-r--r-- | meta-yerba/conf/distro/yerba.conf | 7 | ||||
| -rw-r--r-- | meta-yerba/conf/machine/yerba-x86_64.conf | 2 |
2 files changed, 5 insertions, 4 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" diff --git a/meta-yerba/conf/machine/yerba-x86_64.conf b/meta-yerba/conf/machine/yerba-x86_64.conf index ae1c971..c262b31 100644 --- a/meta-yerba/conf/machine/yerba-x86_64.conf +++ b/meta-yerba/conf/machine/yerba-x86_64.conf @@ -20,5 +20,5 @@ QB_MACHINE = "-machine pc" QB_CPU = "-cpu core2duo" QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 oprofile.timer=1" -IMAGE_FSTYPES += "wic wic.bmap" +IMAGE_FSTYPES += "wic wic.bmap ext4" WKS_FILE ?= "directdisk.wks" |
