mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-01-03 01:13:28 +00:00
Imported 2.761
No reason for CPC update specified.
This commit is contained in:
parent
4fe0815328
commit
cecaf83136
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
livecd-rootfs (2.760) jammy; urgency=medium
|
||||||
|
|
||||||
[ Jean-Baptiste Lallement ]
|
[ Jean-Baptiste Lallement ]
|
||||||
|
|||||||
@ -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