Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2195423
  • 博文数量: 230
  • 博客积分: 9346
  • 博客等级: 中将
  • 技术积分: 3418
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-26 01:58
文章分类

全部博文(230)

文章存档

2015年(30)

2014年(7)

2013年(12)

2012年(2)

2011年(3)

2010年(42)

2009年(9)

2008年(15)

2007年(74)

2006年(36)

分类: 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

CONFIG="/etc/bootsplash/themes/platinum/config/800x600.cfg"
for((i=1; i<6; i++))
do
    splash -n -s -u $i $CONFIG
done


文中需要用到的文件

文件: bootsplash-3.0.7-2.4.30-vanilla.diff.gz
大小: 19KB
下载: 下载

文件: bootsplash-3.0.7.tar.bz2
大小: 107KB
下载: 下载

阅读(4015) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~