-- Howto make you own theme --
Code:
mkdir /home/name/whatever
cpio -i < /boot/grub/message.suse # replace it by the name of you message
edit the pictures
sudo ls . |cpio -o > /boot/grub/message.new
< don't ..
find /k -type f | cpio -o > dd >
find /testgrub -type f | cpio -o > /boot/meesage_new
find 的路径问题
解开meesage_new文件,会包含testgrub 目录。。
进入目录后
find . -type f | cpio -o > /mee
阅读(1434) | 评论(0) | 转发(0) |