inittab: fix ordering console <-> serial
This commit is contained in:
parent
481e422a26
commit
e4da22a815
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue