|
http://ktown.kde.cl/~segfault/splashy/ubuntusplashy/
进去后有图片预览
安装方法:
tar zvxf ubuntusplashy.tar.gz
cp -r ubuntusplashy/ /etc/splashy/
修改config.xml文件:
sudo geidt /etc/splashy/config.xml
把文件中的两段改成下面这样(请自行查找修改段,因为内容很少)
第一段:
<red>152</red>
<green>1</green>
<blue>1</blue>
<alpha>255</alpha>
第二段:
<Background>
<boot>/etc/splashy/ubuntusplashy/background.jpg</boot>
<shutdown>/etc/splashy/ubuntusplashy/shutdown.jpg</shutdown>
<errorimg>/etc/splashy/ubuntusplashy/error.jpg</errorimg>
<autoverboseonerror>yes</autoverboseonerror>
</Background> |
|