mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Merge pull request #13 from brendanhoran/master
Update tar cmd line options
This commit is contained in:
commit
7278272852
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue