]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
main: remove tty0 from list of fallback ttys
authorRay Strode <rstrode@redhat.com>
Sat, 20 Nov 2010 00:35:52 +0000 (19:35 -0500)
committerRay Strode <rstrode@redhat.com>
Sat, 20 Nov 2010 00:35:52 +0000 (19:35 -0500)
It's not a valid fallback tty since writing to
it would create a feedback loop (since it's
redirected with /dev/console)

src/main.c

index 1f55ff9bea74cdfd42d555e606388619455acd4e..d5b1632a0f9cf61054e919a9ae96cf692213ab1f 100644 (file)
@@ -1856,7 +1856,6 @@ find_fallback_tty (state_t *state)
       "/dev/hvc0",
       "/dev/xvc0",
       "/dev/ttySG0",
-      "/dev/tty0",
       NULL
     };
   int i;