aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/buildrootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'freedom-maker/buildrootfs.sh')
-rwxr-xr-xfreedom-maker/buildrootfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/freedom-maker/buildrootfs.sh b/freedom-maker/buildrootfs.sh
index 9dad31e..7ac69ad 100755
--- a/freedom-maker/buildrootfs.sh
+++ b/freedom-maker/buildrootfs.sh
@@ -101,9 +101,9 @@ umount $target/var/cache/apt/
# copy!
echo "Copying the source directory to the torouter rootfs..."
-rsync -av $source/ $target
+rsync -av --no-owner --no-group $source/ $target
echo "Copying the torouter config directory to the torouter rootfs..."
-rsync -av ../configs/ $target
+rsync -av --no-owner --no-group ../configs/ $target
# add extra packages to the image
bin/packages