mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-11-03 21:02:36 +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:
		@@ -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..."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user