解压:
[root@CentOS-6-5 /boot]# mkdir test
[root@CentOS-6-5 /boot]# cd test/
[root@CentOS-6-5 /boot/test]# zcat ../initramfs-2.6.32-431.el6.x86_64.img | cpio -idm
97565 blocks
[root@CentOS-6-5 /boot/test]#
修改完后重新打包:
[root@CentOS-6-5 /boot/test]# find . | cpio -H newc -o | gzip -9 > ../myinitrd
97565 blocks
[root@CentOS-6-5 /boot/test]#