mirror of https://github.com/cutefishos/calamares
unpackfs: Make rsync preserve everything, exclude special paths.
Add the following flags to rsync: * `-H, --hard-links preserve hard links` * `-A, --acls preserve ACLs (implies --perms)` * `-X, --xattrs preserve extended attributes` (i.e., the preservation options not already implied by -a). Also exclude the special paths that do not make sense to rsync, because reading the extended attributes from those can cause errors, at least with SELinux enabled. This fixes installation of Fedora systems with SELinux enabled.main
parent
0c3f88077d
commit
8591dcf731
Loading…
Reference in New Issue