1
我想從plymouth-0.8.8源代碼創建我的啓動飛濺主題。 我建普利茅斯源流下列步驟操作:linux boot splash plymouth logging
# ./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寫入日誌到文件中。