linux:slitaz:rootfs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:slitaz:rootfs [2010/04/17 19:44] – 121.227.172.143 | linux:slitaz:rootfs [2016/05/05 13:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | 参考:http:// | ||
+ | |||
+ | |||
+ | 解压命令: | ||
+ | unlzma rootfs.gz -S .gz | ||
+ | cat rootfs |cpio -id | ||
+ | |||
+ | OR: | ||
+ | |||
+ | (zcat rootfs.gz 2>/ | ||
+ | rm rootfs rootfs.gz | ||
+ | |||
+ | 打包命令: | ||
+ | find . -print|cpio -o -H newc|gzip -9 > | ||
+ | | ||
+ | | ||
+ | |||