From 153d5dfd871da3980b956ba65da20d7d022f2b03 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 8 May 2023 11:27:31 +0200 Subject: core: Try to initialize TERM from systemd.tty.term.console as well We already have the systemd.tty.xxx kernel cmdline arguments for configuring tty's for services, let's make sure the term cmdline argument applies to pid1 as well. --- man/kernel-command-line.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 09f8ace4de..211ae5ac57 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -590,8 +590,10 @@ These arguments allow configuring default values for $TERM, TTYRows=, and TTYColumns= for tty - tty. The tty name should be specified without the - /dev/ prefix (e.g. systemd.tty.rows.ttyS0=80). + tty. Additionally, systemd.tty.term.console will + configure the $TERM value used by systemd if not set explicitly + using TERM on the kernel command line. The tty name should be specified without + the /dev/ prefix (e.g. systemd.tty.rows.ttyS0=80). -- cgit v1.2.1