mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
build_library: Ignore btrfs xattrs
To prevent mksquashfs from spamming the console about btrfs.compression. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
f681d90689
commit
e51a90d8ed
@ -102,7 +102,7 @@ rm -rf "${sysext_workdir}" "${sysext_output_dir}"
|
|||||||
mkdir "${sysext_workdir}" "${sysext_output_dir}"
|
mkdir "${sysext_workdir}" "${sysext_output_dir}"
|
||||||
|
|
||||||
info "creating temporary base OS squashfs"
|
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
|
# Build sysexts on top of root fs and mount sysexts' squashfs + pkginfo squashfs
|
||||||
# for combined overlay later.
|
# for combined overlay later.
|
||||||
|
Loading…
Reference in New Issue
Block a user