about summary refs log tree commit diff
path: root/services/agetty-serial/conf
diff options
context:
space:
mode:
Diffstat (limited to 'services/agetty-serial/conf')
-rw-r--r--services/agetty-serial/conf3
1 files changed, 2 insertions, 1 deletions
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