From c97772ecbb0268fe8ace81c34fabec48641a1d98 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Jun 2025 22:05:22 -0400 Subject: [PATCH] host/etc/inittab: use -c when calling tmux --- src/host/rootfs/etc/inittab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/host/rootfs/etc/inittab b/src/host/rootfs/etc/inittab index dc63fc7..a599c2b 100644 --- a/src/host/rootfs/etc/inittab +++ b/src/host/rootfs/etc/inittab @@ -22,8 +22,8 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr # now run any rc scripts ::sysinit:/etc/init.d/rcS -# Put a shell on serial and console -console::respawn:-/bin/bash +# Put a shell on serial and tmux on console +console::respawn:-/bin/bash -c /bin/tmux ttyS0::respawn:-/bin/bash # Stuff to do for the 3-finger salute