diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-21 08:14:35 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-21 08:14:35 +1200 |
| commit | 33efded85699f2b8601749406783409b127620b2 (patch) | |
| tree | 39b45c7397ec775e538ee4abfa6f08947a2e4fc7 /meta-yerba/recipes-core/runit/runit-serialgetty.bb | |
| parent | c7e499357fac8bfdf3bd11550a6ed3187d46efc6 (diff) | |
| download | yerbalinux-33efded85699f2b8601749406783409b127620b2.tar.xz yerbalinux-33efded85699f2b8601749406783409b127620b2.zip | |
Use agetty and install PAM :yayayayayay-ctp: it works!!!!!!!"
Diffstat (limited to 'meta-yerba/recipes-core/runit/runit-serialgetty.bb')
| -rw-r--r-- | meta-yerba/recipes-core/runit/runit-serialgetty.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yerba/recipes-core/runit/runit-serialgetty.bb b/meta-yerba/recipes-core/runit/runit-serialgetty.bb index a0ccf51..c486c24 100644 --- a/meta-yerba/recipes-core/runit/runit-serialgetty.bb +++ b/meta-yerba/recipes-core/runit/runit-serialgetty.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda SRC_URI = "file://run" -RDEPENDS:${PN} = "runit" +RDEPENDS:${PN} = "runit util-linux-agetty" do_install() { install -d ${D}/etc/runit/sv/serial-getty ${D}/etc/service/ |
