mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +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
|
||||
# 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user