From d03ec6fcb8295a8c89fa52c4db8eb4cda5125b58 Mon Sep 17 00:00:00 2001 From: Brendan Horan Date: Sun, 8 Jul 2018 15:28:55 +0800 Subject: [PATCH] Update tar cmd line options --- mkstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]