用Splashy装扮Linux的启动画面

2009年2月5日 | 分类: LINUX生活 | 标签: , ,

Splashy is a next generation boot splashing system for Unix-like systems. Unlike other splashing systems, it needs no patches to the kernel and it’s installed like a normal package.
Splashy是基于Linux系统的下一代的Boot Splash。它不需要打补丁而且就象正常的包一样安装。

一般的Linux发行版都有splash,但是主题困难。Splashy更加容易定制,我用的是Debian,可以通过以下步骤进行安装。

注:更加详细的请到官网查看:http://splashy.alioth.debian.org/wiki/
以下过程必须以root身份运行

1.安装

添加源,splashy是在sid和lenny的源里面,如果你的Debian是lenny,那就不用添加,如果不是,往您的 /etc/apt/sources.list 文件中像下面这样添加一行:

deb http://ftp.de.debian.org/debian sid main

卸载之前的splash,然后再安装:

aptitude install splashy

2.配置:

splashy的主题存放目录在/etc/splashy/themes。

安装主题:

splashy_config -i <主题文件的路径>

设置主题为默认:

splashy_config -s <name>

安装完后要更新内核:

update-initramfs -u

配置menu.lst:
在kernel后面加上splash vga=791

保存完成配置。

3.最后推荐一个Splashy主题

Debian-Paint

目前还没有任何评论.

注意: 评论者允许使用'@user空格'的方式将自己的评论通知另外评论者。例如, ABC是本文的评论者之一,则使用'@ABC '(不包括单引号)将会自动将您的评论发送给ABC。使用'@all ',将会将评论发送给之前所有其它评论者。请务必注意user必须和评论者名相匹配(大小写一致)。