我想从plymouth-0.8.8源代码创建我的启动启动主题。 我建造了普利茅斯源流程这些步骤:
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-tracing
# make && make install
之后,我用init文件创建initrd:
[
...
printf '\033[?25l' > /dev/tty7
/sbin/plymouthd --mode=boot --attach-to-session --pid-file=/run/initramfs/plymouth.pid --debug
/bin/plymouth show-splash
...
]
启动完成后,我想查看普利茅斯的日志文件,但我看不到。
请建议我如何将plymouth写日志配置到文件中。
答案 0 :(得分:0)
Ubuntu Wiki表示默认情况下应该登录/var/log/boot.log
,但您必须告诉它该目录可以使用plymouth update-root-fs --read-write
写入。