Hi, 2011/6/20 Loïc Minier <[email protected]>: > --- > src/lib/debian-installer/detect-console-linux | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/lib/debian-installer/detect-console-linux > b/src/lib/debian-installer/detect-console-linux > index 79dde91..404a4e7 100644 > --- a/src/lib/debian-installer/detect-console-linux > +++ b/src/lib/debian-installer/detect-console-linux > @@ -1,6 +1,6 @@ > if [ -z "$TERM_TYPE" ]; then > case $(readlink /proc/self/fd/0) in > - /dev/console|/dev/tty[A-Z]*|/dev/hvc*|/dev/hvsi*) > + /dev/console|/dev/tty[A-Z]*|/dev/ttymxc*|/dev/hvc*|/dev/hvsi*) > TERM_TYPE=serial > ;; > /dev/tty*) > -- > 1.7.5.4
It looks fine. -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-. <free spam> -- Would you like to make a donation for Debian Conference? ** http://debconf11.debconf.org/payments.xhtml ** </free spam> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

