From 04415494ef46d34b4112b6d4d1dbe313940910fb Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Jun 2025 22:25:47 -0400 Subject: [PATCH] host/etc/inittab: use -l to source /etc/profile --- 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 a599c2b..0c35acd 100644 --- a/src/host/rootfs/etc/inittab +++ b/src/host/rootfs/etc/inittab @@ -23,7 +23,7 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr ::sysinit:/etc/init.d/rcS # Put a shell on serial and tmux on console -console::respawn:-/bin/bash -c /bin/tmux +console::respawn:-/bin/bash -l -c /bin/tmux ttyS0::respawn:-/bin/bash # Stuff to do for the 3-finger salute