live-sdk

simple distro kit (livecd edition)
git clone git://parazyd.org/live-sdk.git
Log | Files | Refs | Submodules | README | LICENSE

commit da3c59cd9045d5a44dc7118141976c3610be7b3f
parent cda17d620b7896d5debafe780698ebd866b3d2a5
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 23 Apr 2017 16:20:22 +0200

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

Diffstat:
Mblends/devuan-live/devuan-live.blend | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blends/devuan-live/devuan-live.blend b/blends/devuan-live/devuan-live.blend @@ -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