Created
August 1, 2018 07:07
-
-
Save hzshang/bc19f6e2fa6b42398e8e70116217ea8c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mkdir rootfs | |
$ mv rootfs.cpio ./rootfs/rootfs.cpio.gz | |
$ cd rootfs | |
$ gunzip rootfs.cpio.gz | |
$ cpio -idmv < rootfs.cpio | |
$ rm -rf rootfs.cpio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment