1. 先备份(请养成这个好习惯)
$ cp /boot/message ~/message.old2. 建立一个目录,例如cpio
$ mkdir cpio3. 复制一份来准备修改
$ cd cpio
$ cp /boot/message .4.开始了
$ cpio -idv < message5. 删除message
$ rm message6. 修改 gfxboot.cfg
# penguin theme likelihood in percent; -1 = auto
penguin=100
将原先预设的-1改成100 or 0(100是永远用企鹅画面,0是用远不用企鹅画面)7. 重新生成message
$ ls | cpio -ov > ../message
请注意不要有任何错误讯息9. 大功告成了Linux中VMware启动报错:could not open /dev/ vmmon:no such file or directoryCompiz0.8.6 从源码安装 compiz-plugin-screensaver过程相关资讯 openSUSE
- openSUSE Leap 42.1 beta 发布下载 (09/25/2015 08:27:14)
- openSUSE下玩转GPG图文详解 (01/27/2015 08:00:16)
- openSUSE Factory成为滚动更新发行 (07/30/2014 18:01:04)
| - openSUSE Leap 42.1 Milestone 1 (07/25/2015 08:46:04)
- MATE 1.8.1 将会在 openSUSE 下个 (08/02/2014 06:32:18)
- openSUSE亚洲峰会2014 (07/30/2014 17:57:38)
|
本文评论 查看全部评论 (0)