host/etc/inittab: use -c when calling tmux

This commit is contained in:
Ryan Heywood 2025-06-24 22:05:22 -04:00
parent f4b11abbee
commit c97772ecbb
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
# now run any rc scripts # now run any rc scripts
::sysinit:/etc/init.d/rcS ::sysinit:/etc/init.d/rcS
# Put a shell on serial and console # Put a shell on serial and tmux on console
console::respawn:-/bin/bash console::respawn:-/bin/bash -c /bin/tmux
ttyS0::respawn:-/bin/bash ttyS0::respawn:-/bin/bash
# Stuff to do for the 3-finger salute # Stuff to do for the 3-finger salute