|
|
发表于 2005-11-20 11:11:52
|
显示全部楼层
- $ gunzip -c initramfs_data.cpio.gz | cpio -H newc -t
- .
- dev
- dev/fb
- dev/vc
- dev/misc
- dev/null
- dev/console
- etc
- etc/splash
- etc/splash/default
- etc/splash/default/1280x1024.cfg
- etc/splash/default/Vera.ttf
- etc/splash/default/images
- etc/splash/default/images/iconbar_text.png
- etc/splash/default/images/background-1280x1024.png
- etc/splash/default/images/verbose-1280x1024.png
- sys
- proc
- sbin
- sbin/splash_helper
- root
- 3463 blocks
复制代码- #splash_geninitramfs -v -g /boot/splash-gentoo-800x600 -r 800x600 [color=DarkRed]gentoo[/color]
复制代码
你这样子可能在镜像文件中建立的是/etc/splash/gentoo目录,/etc/splash/default/800x600.cfg当然找不到。
既然把gentoo主题link到了default,标记处的“gentoo”改为"default"看看? |
|