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)
This commit is contained in:
Ray Strode 2010-11-19 19:35:52 -05:00
parent cd0b866222
commit e5a78dd8bb

View file

@ -1856,7 +1856,6 @@ find_fallback_tty (state_t *state)
"/dev/hvc0",
"/dev/xvc0",
"/dev/ttySG0",
"/dev/tty0",
NULL
};
int i;