我试图启用serial-getty@ttyS0.service将getty输出到串口控制台以及tty0。
我已经尝试运行systemctl enable serial-getty@ttyS0
但我怀疑在late_command运行时systemd可能没有运行。
然后我尝试用ln -s /lib/systemd/system/serial-getty@.service /etc/systemd/system/getty.target.wants/serial-getty@ttyS0.service
手动创建符号链接,安装后getty.target.wants只包含getty@tty1.service。
我不能使用console=tty0 console=ttyS0,115200n8
内核参数,因为来自init系统和系统记录器的消息只会出现在第一个串口上,我希望它们出现在tty0上。
有没有人对如何在preseed配置中启用服务有任何经验或想法?
感谢。