Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bake.sh: Add mksquashfs flags to prevent appending and reduce warnings
While the use of mksquashfs here happens in a way where no existing file should be there to append to, it's better to always overwrite. Since one might get a lot of warnings on btrfs systems about unknown xattrs, we can also silence these.
- Loading branch information