From 3145d5a75c6df2705d80b27143c19e6cc956cf62 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Jun 2025 21:49:53 -0400 Subject: [PATCH] inittab: mount /dev/pts _after_ making mount point --- src/host/rootfs/etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/rootfs/etc/inittab b/src/host/rootfs/etc/inittab index ce22410..dc63fc7 100644 --- a/src/host/rootfs/etc/inittab +++ b/src/host/rootfs/etc/inittab @@ -9,8 +9,8 @@ # 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 devpts devpts /dev/pts ::sysinit:/bin/mount -t sysfs sysfs /sys ::sysinit:/bin/mount -t proc proc /proc ::sysinit:/bin/mount -o remount,rw /