From: Ray Strode Date: Sat, 20 Nov 2010 00:35:52 +0000 (-0500) Subject: main: remove tty0 from list of fallback ttys X-Git-Tag: 0.8.4~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a78dd8bbd0a71ae159dcf79e88112e49d0f03f;p=thirdparty%2Fplymouth.git main: remove tty0 from list of fallback ttys It's not a valid fallback tty since writing to it would create a feedback loop (since it's redirected with /dev/console) --- diff --git a/src/main.c b/src/main.c index 1f55ff9b..d5b1632a 100644 --- a/src/main.c +++ b/src/main.c @@ -1856,7 +1856,6 @@ find_fallback_tty (state_t *state) "/dev/hvc0", "/dev/xvc0", "/dev/ttySG0", - "/dev/tty0", NULL }; int i;