https://gitweb.gentoo.org/proj/openrc.git/commit/init.d/agetty.in?id=d7bbb0f5830e1ec4df1ec52714d70ac6b0a81878 term_type="${term_type:-linux}" command=/sbin/agetty command_args_foreground="${agetty_options} ${port} ${baud} ${termtype}" Save terminal type in $term_type but offer $termtype to command_args Move to init=/sbin/openrc-init as soon as =sys-apps/openrc-0.26.2 was stablized, and found agetty process cmdline always lose the terminal type "linux" (set default in /etc/init.d/agetty) Reproducible: Always
And... In conf.d/agetty, $termtype is used
The following commit fixes this issue: https://github.com/openrc/openrc/commit/ec27299f
This will be in OpenRC-0.27.