mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 13:13:39 +00:00
Generate tar file with --xattrs.
This commit is contained in:
parent
1e6563aa79
commit
c4c5c1f349
@ -499,7 +499,7 @@ elif [ "$SUBPROJECT" = buildd ]; then
|
|||||||
# buildd chroots about twice as fast as xz and about five times as
|
# buildd chroots about twice as fast as xz and about five times as
|
||||||
# fast as bzip2.
|
# fast as bzip2.
|
||||||
tar --transform='s,^binary,chroot-autobuild,' \
|
tar --transform='s,^binary,chroot-autobuild,' \
|
||||||
--sort=name --numeric-owner \
|
--sort=name --numeric-owner --xattrs \
|
||||||
-czf "$PREFIX.rootfs.tar.gz" binary
|
-czf "$PREFIX.rootfs.tar.gz" binary
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user