This fixes building a Spectrum image on a BTRFS filesystem with SELinux enabled. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com> --- scripts/make-erofs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-erofs.sh b/scripts/make-erofs.sh index e460874d129fe3dfe0d4bc2bca707ced01e0025e..b47048ad747bd7dfcc28e0f1dfd75ec090fa7e09 100755 --- a/scripts/make-erofs.sh +++ b/scripts/make-erofs.sh @@ -45,4 +45,4 @@ while read -r arg1; do cp -RT -- "$arg1" "$root/$arg2" done -mkfs.erofs -b4096 --all-root "$@" "$root" +mkfs.erofs -x-1 -b4096 --all-root "$@" "$root" --- base-commit: 39baa378367d95fac6ce4d0140b25203b2ee9b53 change-id: 20250807-no-erofs-xattrs-9771d6688ad7 -- Sincerely, Demi Marie Obenour (she/her/hers)