mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Fix local console behavior in genesis
This will have the vga console be less concerning.
This commit is contained in:
parent
5aa6fbc019
commit
8032ea36be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user