On Tue, 25 Mar 2025 09:56:03 +0100,
Dan <d...@nnnne-o-o-o.com> wrote:
> 
> As we have to live with the kernel relink till some minutes after the
> boot process completed, and well after the login eventually..
> Is it possible to have a gentle message almost to root console
> user to let him know the relinking completed successfully.

/usr/libexec/reorder_kernel reports as logger -t $PROGNAME

This mean that you should be able to catch messages in syslog by program
name, and redirect them into /dev/console or dedicated scripts.

See: https://man.openbsd.org/syslog.conf.5

-- 
wbr, Kirill

Reply via email to