From fa6276b8ab82354aee7688830c79eada720f78ce Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 29 Jul 2015 18:45:21 +0300 Subject: [PATCH] Put /dev/ttyS1 into raw mode in ex/makevm --- ex/makevm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex/makevm b/ex/makevm index efc3a21..aa57f60 100755 --- a/ex/makevm +++ b/ex/makevm @@ -10,7 +10,7 @@ mount -t ramfs ramfs /tmp mount -t proc proc /proc mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc echo ':jar:M::PK\x03\x04::/usr/bin/jexec:' > /proc/sys/fs/binfmt_misc/register -[ -e /dev/ttyS1 ] && stty -F /dev/ttyS1 -echo +[ -e /dev/ttyS1 ] && stty -F /dev/ttyS1 raw -echo cd /mnt export PS1="# " EOF -- 2.30.2