Generate tar file with --xattrs.

This commit is contained in:
Colin Watson 2018-09-19 16:19:17 +02:00
parent 1e6563aa79
commit c4c5c1f349

View File

@ -499,7 +499,7 @@ elif [ "$SUBPROJECT" = buildd ]; then
# buildd chroots about twice as fast as xz and about five times as
# fast as bzip2.
tar --transform='s,^binary,chroot-autobuild,' \
--sort=name --numeric-owner \
--sort=name --numeric-owner --xattrs \
-czf "$PREFIX.rootfs.tar.gz" binary
fi