diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-17 21:55:28 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-17 21:55:28 +1200 |
| commit | 029944432c9a49f645a54c073a24580b8b89a1a6 (patch) | |
| tree | 535875168262793051ef359138d079ebe1f5a10f | |
| parent | 23e79421614ffb106148bec233db77194fc966f2 (diff) | |
| download | yerbalinux-029944432c9a49f645a54c073a24580b8b89a1a6.tar.xz yerbalinux-029944432c9a49f645a54c073a24580b8b89a1a6.zip | |
| -rw-r--r-- | meta-yerba/recipes-core/runit/runit-config/1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yerba/recipes-core/runit/runit-config/1 b/meta-yerba/recipes-core/runit/runit-config/1 index cb50ea9..e139ea1 100644 --- a/meta-yerba/recipes-core/runit/runit-config/1 +++ b/meta-yerba/recipes-core/runit/runit-config/1 @@ -2,3 +2,6 @@ export PATH=/usr/bin:/bin:/sbin mount -a hostname -F /etc/hostname 2>/dev/null || hostname yerba-live + +mkdir -p /dev/pts +mount -t devpts none /dev/pts 2>/dev/null || true |
