David Oberhollenzer
David Oberhollenzer
Hi, yes, the padding is a requirement by the kernel module. It is referred to as "device block size" and the kernel config you can choose this to be either...
Hi, if you are unpacking the *entire image*, that is going to be slower than mounting it and accessing it. `rdsquashfs` essentially does the following: 1) The entire directory tree...
@Gottox there is an intentionally broken archive in https://github.com/AgentD/squashfs-tools-ng/blob/master/bin/rdsquashfs/test/pathtraversal.sqfs, along with a script that runs `rdsquashfs` to unpack it and checks if the file in question was created. This test...
Hi @dtrudg , > I currently package squashfs-tools-ng 1.2.0 for Fedora & EPEL: https://packages.fedoraproject.org/pkgs/squashfs-tools-ng/ > > In Fedora Rawhide, a mass rebuild has just occured, and the package now fails...
Yes, originally designed for mainframe tape drives, this is perfectly valid for tar. Entries can be overwritten by appending to the tape, with later entries overriding previous ones. *Small* entries...
Removed from milestone. Still needs clarification: - SGUI tries to be small and minimalistic. - Do we really need most of that? - Wouldn't some of this be out of...