From edbc2280f39f86e8a2cbcbd77b3060ba5770b0e7 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Jun 2025 21:17:34 -0400 Subject: [PATCH] inittab: mount /dev/pts --- src/host/rootfs/etc/inittab | 1 + 1 file changed, 1 insertion(+) diff --git a/src/host/rootfs/etc/inittab b/src/host/rootfs/etc/inittab index aac2db0..db74cd7 100644 --- a/src/host/rootfs/etc/inittab +++ b/src/host/rootfs/etc/inittab @@ -9,6 +9,7 @@ # Startup the system ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev +::sysinit:/bin/mount -t devpts devpts /dev/pts ::sysinit:/bin/mkdir -p /proc /run /dev/pts /dev/shm /sys ::sysinit:/bin/mount -t sysfs sysfs /sys ::sysinit:/bin/mount -t proc proc /proc