Ubuntu - 更换启动画面
1. 下载 Plymouth Themes
http://gnome-look.org
2. 将 Plymouth splash 主题文件解压到 /lib/plymouth/themes
$ wget http://www3.telus.net/someubuntufreebies/orb.tar.gz
$ tar -zxvf orb.tar.gz
$ su
$ mkdir -p /lib/plymouth/themes/
$ cp -r orb/ /lib/plymouth/themes/
3. 安装主题
$ cd /lib/plymouth/themes/orb
$ ./install-orb
4. 选择要用的主题, 生成 initramfs 镜像
$ update-alternatives --config default.plymouth
$ update-initramfs -u
5. 移除
$ update-alternatives --remove default.plymouth "/usr/share/plymouth/themes/orb/orb.plymouth"
$ rm -rf /lib/plymouth/themes/orb
没有评论:
发表评论