我正在设计一个普利茅斯主题,我想显示启动消息。我Plymouth.SetUpdateStatusFunction()
通过简单地将消息转储到回调参数中来完成此操作。
问题是,(相对)友好的消息不像那些通常在冗长的 Debian 和衍生品启动中看到的消息,而是看起来像这样
Starting some service....
[OK] Some service started.
Starting some other service....
[OK] Some other service started.
我刚得到这些
some.service
some-other.service
volume-uuid.mount
如何让它像默认主题一样输出消息?