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:
co-authored by
Claude Sonnet 4.6
parent
ee36e3c711
commit
f3962422c8
@@ -42,5 +42,5 @@ lb config noauto \
|
|||||||
--debootstrap-options "--include=ca-certificates" \
|
--debootstrap-options "--include=ca-certificates" \
|
||||||
--apt-recommends false \
|
--apt-recommends false \
|
||||||
--chroot-squashfs-compression-type zstd \
|
--chroot-squashfs-compression-type zstd \
|
||||||
--chroot-squashfs-options "-no-xattrs" \
|
--chroot-squashfs-compression-options "-no-xattrs" \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|||||||
Reference in New Issue
Block a user