mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-11-03 21:02:36 +00:00 
			
		
		
		
	Fix local console behavior in genesis
This will have the vga console be less concerning.
This commit is contained in:
		@@ -9,12 +9,13 @@ if ! grep console= /proc/cmdline >& /dev/null; then
 | 
			
		||||
    if [ ! -z "$autocons" ]; then
 | 
			
		||||
        echo "Using $(cat /tmp/01-autocons.conf)"
 | 
			
		||||
        tmux a <> $autocons >&0 2>&1 &
 | 
			
		||||
        TERM=linux tmux a <> /dev/tty1 >&0 2>&1 &
 | 
			
		||||
    else
 | 
			
		||||
        tmux a <> /dev/console >&0 2>&1 &
 | 
			
		||||
    fi
 | 
			
		||||
else
 | 
			
		||||
    tmux a <> /dev/console >&0 2>&1 &
 | 
			
		||||
    tmux a <> /dev/tty1 >&0 2>&1 &
 | 
			
		||||
    TERM=linux tmux a <> /dev/tty1 >&0 2>&1 &
 | 
			
		||||
fi
 | 
			
		||||
echo -n "udevd: "
 | 
			
		||||
/usr/lib/systemd/systemd-udevd --daemon
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user