Imported 2.761

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-04-03 01:59:14 +00:00
parent 4fe0815328
commit cecaf83136
2 changed files with 12 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.761) jammy; urgency=medium
[ Jean-Baptiste Lallement ]
[ Didier Roche ]
* Remove attributes not supported by WSL's tar
-- Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com> Thu, 24 Mar 2022 13:59:50 +0100
livecd-rootfs (2.760) jammy; urgency=medium
[ Jean-Baptiste Lallement ]

View File

@ -12,6 +12,10 @@ case $ARCH in
exit 0;;
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
# 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