Fix lb config option name for squashfs compression options

--chroot-squashfs-options is not a valid lb_config option; the correct
name is --chroot-squashfs-compression-options. Without this fix lb config
aborts immediately, so the -no-xattrs flag (which prevents the
"unable to read xattr id index table" boot failure) was never applied.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mikhail Chusavitin
2026-05-04 14:03:41 +03:00
parent ee36e3c711
commit f3962422c8

View File

@@ -42,5 +42,5 @@ lb config noauto \
--debootstrap-options "--include=ca-certificates" \
--apt-recommends false \
--chroot-squashfs-compression-type zstd \
--chroot-squashfs-options "-no-xattrs" \
--chroot-squashfs-compression-options "-no-xattrs" \
"${@}"