host/etc/inittab: use -l to source /etc/profile
This commit is contained in:
parent
c97772ecbb
commit
04415494ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue