全部博文(230)
分类: LINUX
2007-02-05 01:03:54
网上资料多的是,无非就是 patch kernel、make 等,效果如下图
制作自定义图片方法:
1、修改配置文件 platinum.cfg(根据原 theme 的文件参考修改即可)
2、确保原 initrd 文件无后面追加荣誉(剥离)
zcat /boot/initrd-2.4.31-platinum-1.1.img | gzip -c > /boot/initrd
3、生成并追加新的图片格式
splash -s -f /etc/bootsplash/themes/platinum/config/800x600.cfg >> /boot/initrd
4、使用新的 initrd 启动
cp -f /boot/initrd /boot/initrd-2.4.31-platinum-1.1.img
使其他 tty 也显示图片的方法:
#! /bin/bash |
文中需要用到的文件
|
|