From d4ddd72701ff5533a1ba07b1da60806859c63d88 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 6 Oct 2017 14:42:52 -0500 Subject: add option to make agetty startup quiet This fixes #150 --- init.d/agetty.in | 1 + 1 file changed, 1 insertion(+) (limited to 'init.d/agetty.in') diff --git a/init.d/agetty.in b/init.d/agetty.in index f6cc12da..390b1317 100644 --- a/init.d/agetty.in +++ b/init.d/agetty.in @@ -16,6 +16,7 @@ term_type="${term_type:-linux}" command=/sbin/agetty command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}" pidfile="/run/${RC_SVCNAME}.pid" +export EINFO_QUIET="${quiet:-yes}" depend() { after local -- cgit v1.2.3