diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-21 08:29:18 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-21 08:29:18 +1200 |
| commit | 126c0efba81a2192435c014bf8264c4af835d9e9 (patch) | |
| tree | 2ebd8ca1d266dd9a6cf8c62eb05a4de2a2a16db3 /meta-yerba | |
| parent | 0f1dc6cf0fcb769bb03481ecf83e49ed743822c8 (diff) | |
| download | yerbalinux-126c0efba81a2192435c014bf8264c4af835d9e9.tar.xz yerbalinux-126c0efba81a2192435c014bf8264c4af835d9e9.zip | |
Use util-linux as login to see if that fixes the PTY issues
Diffstat (limited to 'meta-yerba')
| -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 846d42e..fd0eacd 100644 --- a/meta-yerba/conf/distro/yerba.conf +++ b/meta-yerba/conf/distro/yerba.conf @@ -15,7 +15,7 @@ VIRTUAL-RUNTIME_init_manager = "runit" VIRTUAL-RUNTIME_initscripts = "" VIRTUAL-RUNTIME_base-utils = "busybox" -VIRTUAL_RUNTIME_login_manager = "busybox" +VIRTUAL_RUNTIME_login_manager = "util-linux" # some quality assurance stuff? idk tbh ERROR_QA:append = " textrel host-user-contaminated" |
