2015-01-13 37 views
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寫入日誌到文件中。

回答

0

Ubuntu Wiki表示它應該默認登錄/var/log/boot.log,但是您必須告訴它該目錄是可寫的plymouth update-root-fs --read-write