From 0603ba4d1fb7ccc61e5a1f52810ab790acdc0043 Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Tue, 31 Mar 2015 17:36:16 +0200 Subject: services: -8 is available on getty too --- services/agetty-serial/conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'services') diff --git a/services/agetty-serial/conf b/services/agetty-serial/conf index 5aba88f..74a9364 100644 --- a/services/agetty-serial/conf +++ b/services/agetty-serial/conf @@ -1,6 +1,7 @@ +GETTY_ARGS="-L" if [ -x /sbin/getty ]; then # util-linux specific settings - GETTY_ARGS="-8 -L" + GETTY_ARGS="${GETTY_ARGS} -8" fi BAUD_RATE=115200 -- cgit 1.4.1