From: Marius Gavrilescu Date: Wed, 29 Jul 2015 15:45:21 +0000 (+0300) Subject: Put /dev/ttyS1 into raw mode in ex/makevm X-Git-Tag: 5999.000_005~8 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=commitdiff_plain;h=fa6276b8ab82354aee7688830c79eada720f78ce Put /dev/ttyS1 into raw mode in ex/makevm --- 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