remove attributes not supported by WSL's tar

Co-authored-by: Didier Roche <didrocks@ubuntu.com>
jammy-iotg-bump
Jean-Baptiste Lallement 3 years ago
parent c4cb3570a5
commit 28c360c0ab

@ -12,6 +12,10 @@ case $ARCH in
exit 0;; exit 0;;
esac esac
## remove attributes not supported by WSL's tar
setfattr -x system.posix_acl_access chroot/var/log/journal
setfattr -x system.posix_acl_default chroot/var/log/journal
# The reason not using just tar .. -C chroot . is that using '.' was found # The reason not using just tar .. -C chroot . is that using '.' was found
# not working once and checking if using the simpler command is safe needs # not working once and checking if using the simpler command is safe needs
# verification of the app installation on all Windows 10 builds we support # verification of the app installation on all Windows 10 builds we support

Loading…
Cancel
Save