diff --git a/mkstage4.sh b/mkstage4.sh index ac9e0d6..73b7c2c 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -166,7 +166,7 @@ then fi # Generic tar options: -TAR_OPTIONS="-cjpP --ignore-failed-read" +TAR_OPTIONS="-cjpP --ignore-failed-read --xattrs-include='*.*' --numeric-owner" # if not in quiet mode, this message will be displayed: if [ "$AGREE" != "yes" ]