diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-18 12:59:37 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-18 12:59:37 +1200 |
| commit | a7321eb6608a6592da4292260e290b43da6838a7 (patch) | |
| tree | af2e61ce3de1c2efd7657555b83692eba41c69d4 /meta-yerba/conf | |
| parent | 029944432c9a49f645a54c073a24580b8b89a1a6 (diff) | |
| download | yerbalinux-a7321eb6608a6592da4292260e290b43da6838a7.tar.xz yerbalinux-a7321eb6608a6592da4292260e290b43da6838a7.zip | |
Fix up the serialgetty recipe to use proper file structure, and add a dhcpcd recipe
Diffstat (limited to 'meta-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 d6b3677..06a9a2b 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" +IMAGE_INSTALL:append = " runit runit-serialgetty runit-dhcpcd" APPEND:append = " init=/sbin/runit-init" # add stuff later |
