mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Have tty2 also run a shell
Some may find switching VTs to be more intuitive than tmux session management. Provide one extra on tty2 for such a scenario.
This commit is contained in:
parent
797e197bc7
commit
cafbc1d1c2
@ -17,6 +17,7 @@ else
|
||||
(while :; do tmux a <> /dev/console >&0 2>&1; done) &
|
||||
(while :; do TERM=linux tmux a <> /dev/tty1 >&0 2>&1; done) &
|
||||
fi
|
||||
(while :; do TERM=linux tmux <> /dev/tty2 >&0 2>&1; done) &
|
||||
echo -n "udevd: "
|
||||
/usr/lib/systemd/systemd-udevd --daemon
|
||||
echo -n "Loading drivers..."
|
||||
|
Loading…
Reference in New Issue
Block a user