https://github.com/zonque/squashfs-copy
A simple tool copying a squashfs image
https://github.com/zonque/squashfs-copy
Last synced: 9 months ago
JSON representation
A simple tool copying a squashfs image
- Host: GitHub
- URL: https://github.com/zonque/squashfs-copy
- Owner: zonque
- Created: 2017-02-10T21:09:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T21:12:30.000Z (over 9 years ago)
- Last Synced: 2025-03-23T19:17:08.250Z (over 1 year ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.LGPL2.1
Awesome Lists containing this project
README
cpsquashfs
==========
A simple tool that copies a squashfs image from one file or device to another.
It reads the superblock first, checks the magic and and then copies the number
of bytes used in that squashfs over to the target.