How do I write to/make changes to an existing squashfs filesystem? I have tried using aufs/unionfs, but these require kernel modules that are extremely hard to compile.
How do I write to/make changes to an existing squashfs filesystem?
15k Views Asked by Vendetta V At
2
Do not use aufs/unionfs. On a Fedora system for example, install squashfs-tools by doing
This will get you /sbin/mksquashfs and /usr/sbin/unsquashfs installed on your host machine. Use these to uncompress an existing squashfs, make changes, and then compress it back again. Like so....
Now make changes
And compress it back