add --no-o --no-g to blend's rsync

This commit is contained in:
parazyd 2017-04-23 16:20:22 +02:00
parent cda17d620b
commit da3c59cd90
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ blend_postinst() {
install-custdebs || zerr
pushd "$strapdir"
sudo rsync -avx "$BLENDPATH"/rootfs-overlay/* . || zerr
sudo rsync -avx --no-o --no-g "$BLENDPATH"/rootfs-overlay/* . || zerr
popd
blend_finalize || zerr