Skip to content

Commit

Permalink
build_library: Ignore btrfs xattrs
Browse files Browse the repository at this point in the history
To prevent mksquashfs from spamming the console about btrfs.compression.

Signed-off-by: Jeremi Piotrowski <[email protected]>
  • Loading branch information
jepio committed Feb 27, 2024
1 parent baebe12 commit 2d930c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_library/sysext_prod_builder
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ rm -rf "${sysext_workdir}" "${sysext_output_dir}"
mkdir "${sysext_workdir}" "${sysext_output_dir}"

info "creating temporary base OS squashfs"
sudo mksquashfs "${root_fs_dir}" "${sysext_base}" -noappend
sudo mksquashfs "${root_fs_dir}" "${sysext_base}" -noappend -xattrs-exclude '^btrfs.'

# Build sysexts on top of root fs and mount sysexts' squashfs + pkginfo squashfs
# for combined overlay later.
Expand Down

0 comments on commit 2d930c7

Please sign in to comment.