From f87b75c9f3f9449fe3b1b75d15a9dd0e1d0276a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Aug 2014 21:37:50 +0200 Subject: agetty-{generic,tty1}: remove unnecessary settings for virtual terminals. --- services/agetty-tty1/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/agetty-tty1') diff --git a/services/agetty-tty1/run b/services/agetty-tty1/run index dfca715..ab8c073 100755 --- a/services/agetty-tty1/run +++ b/services/agetty-tty1/run @@ -1,3 +1,3 @@ #!/bin/sh tty=${PWD##*-} -exec setsid /sbin/agetty -8 -s 38400 $([ $tty = tty1 ] && echo --noclear) $tty linux +exec setsid /sbin/agetty $([ $tty = tty1 ] && echo --noclear) $tty linux -- cgit 1.4.1