mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-04 12:55:37 -04:00
Merge pull request #1571 from gportay/unpackfs-skip-overlay-extended-attributes
[unpackfs] Skip overlay extended attributes
This commit is contained in:
commit
478af25cec
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def file_copy(source, entry, progress_cb):
|
|||
num_files_total_local = 0
|
||||
num_files_copied = 0 # Gets updated through rsync output
|
||||
|
||||
args = ['rsync', '-aHAXr']
|
||||
args = ['rsync', '-aHAXr', '--filter=-x trusted.overlay.*']
|
||||
args.extend(global_excludes())
|
||||
if entry.excludeFile:
|
||||
args.extend(["--exclude-from=" + entry.excludeFile])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue