Skip to content

Instantly share code, notes, and snippets.

@hzshang
Created August 1, 2018 07:07
Show Gist options
  • Save hzshang/bc19f6e2fa6b42398e8e70116217ea8c to your computer and use it in GitHub Desktop.
Save hzshang/bc19f6e2fa6b42398e8e70116217ea8c to your computer and use it in GitHub Desktop.
$ 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