• v10.13 49a09fde05

    Disable xattrs in all mksquashfs calls

    mchus released this 2026-05-04 15:29:15 +03:00 | 22 commits to main since this release

    --chroot-squashfs-compression-options does not exist in live-build
    bookworm (1:20230502). The correct mechanism is the MKSQUASHFS_OPTIONS
    environment variable read by binary_rootfs.

    Export MKSQUASHFS_OPTIONS="-no-xattrs" before lb build so live-build's
    binary_rootfs picks it up, and add -no-xattrs explicitly to every
    direct mksquashfs call in build.sh (fast-path repack and the dormant
    split-layers function). Remove the invalid lb config option.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads