Skip to content

#2039: Patched-up SquashFS Root

Pre-release
Pre-release
Compare
Choose a tag to compare
@antler5 antler5 released this 21 Feb 21:50
da4f038

Can't actually be bundled into an AppImage due to glibc versioning and library-linking issues, but may serve as an exploratory artifact for someone who knows what they're doing better than I do.

# Make sure you've got findutils, tar, gzip, wget, and patchelf.
wget https://github.com/AutumnalAntlers/spacedrive/releases/download/issue-2039/squashfs-root.tar.gz
tar -xzvf squashfs-root.tar.gz
cd squashfs-root
find . -type f -executable -print -exec patchelf --set-interpreter "$PWD"/lib64/ld-linux-x86-64.so.2 \{} \;
LD_LIBRARY_PATH=./lib ./AppRun