mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-25 17:51:31 +00:00
remove attributes not supported by WSL's tar
Co-authored-by: Didier Roche <didrocks@ubuntu.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user