host/etc/inittab: use -l to source /etc/profile

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

View File

@ -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