inittab: fix ordering console <-> serial

This commit is contained in:
Ryan Heywood 2025-06-24 20:45:47 -04:00
parent 481e422a26
commit e4da22a815
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
::sysinit:/etc/init.d/rcS
# Put a shell on serial and tmux on the console
console::respawn:-/bin/bash
ttyS0::respawn:-/bin/bash /bin/tmux
console::respawn:-/bin/bash /bin/tmux
ttyS0::respawn:-/bin/bash
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot