From e4da22a815da3cc6b2ea65a03712b0b3b3a61466 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Jun 2025 20:45:47 -0400 Subject: [PATCH] inittab: fix ordering console <-> serial --- 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 a0e2999..f7a29b4 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 ::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