mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-19 14:04:06 -04:00
include file capabilities in the update tarball
for instance podman is broken if newuidmap doesn't have cap_setuid=ep
This commit is contained in:
2
build.sh
2
build.sh
@@ -92,7 +92,7 @@ fi
|
||||
|
||||
# Create rootfs tarball for consumption by systemd-sysext (doesn't currently support consuming raw images :()
|
||||
rm -rf "$TAR" ./*.tar
|
||||
tar -C "${OUTPUT}"/ -cf "$TAR" .
|
||||
tar -C "${OUTPUT}"/ --xattrs --xattrs-include=*.* -cf "$TAR" .
|
||||
SIZE=$(stat --format %s "$TAR") # the apparent size of all data
|
||||
zstd -T0 --rm "$TAR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user