|
|
发表于 2006-1-8 11:09:17
|
显示全部楼层
/sbin/splash -s -f /etc/bootsplash/themes/current/config/bootsplash-1024x768.cfg > /boot/initrd.splash
这句话写错了,copy一个原有的initrd 为initrd.splash
cp /boot/initrd..... /boot/initrd.splash
/sbin/splash -s -f /etc/bootsplash/themes/current/config/bootsplash-1024x768.cfg >> /boot/initrd.splash
应该是 追加 到 已有 的initrd里. 那个帖子里就写错了. |
|