Chinaunix首页 | 论坛 | 博客
  • 博客访问: 584444
  • 博文数量: 11
  • 博客积分: 8140
  • 博客等级: 少将
  • 技术积分: 1621
  • 用 户 组: 普通用户
  • 注册时间: 2005-09-22 17:10
文章分类

全部博文(11)

文章存档

2011年(1)

2010年(2)

2009年(2)

2008年(6)

分类: LINUX

2008-07-05 22:01:52

-- 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



阅读(1395) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~