Hi;
Following the guide here: https://wiki.archlinux.org/index.php/Silent_boot, I've managed to achieve an almost silent boot, with the exception of the following message during autologin with agetty:
$this->bbcode_second_pass_code('', '
alarmpi login: root (automatic login)
')
Apparently this is a known issue with agetty and was fixed by someone: https://github.com/karelzak/util-linux/issues/21
Here's the agetty command:
$this->bbcode_second_pass_code('', '
ExecStart=-/sbin/agetty --noclear --nohints --noissue -a root %I 38400 linux
')
What is the procedure to report such issues and have them fixed ?
Thanks