Skip to content

Commit

Permalink
use "--format gnutar" for bsdtar when creating preinstallimage
Browse files Browse the repository at this point in the history
as this excludes the xattrs and unpacking xattrs is broken on
filesystems not supporting it as tmpfs and also seems broken on
bigendian platforms
  • Loading branch information
bugfinder committed Oct 22, 2013
1 parent 26456d4 commit 8700726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do
cd $BUILD_ROOT || cleanup_and_exit 1
TAR="tar"
if test -x /usr/bin/bsdtar; then
TAR="/usr/bin/bsdtar --chroot"
TAR="/usr/bin/bsdtar --format gnutar --chroot"
fi
TOPDIRS=
for DIR in .* * ; do
Expand Down

0 comments on commit 8700726

Please sign in to comment.