diff options
Diffstat (limited to 'freedom-maker')
-rwxr-xr-x | freedom-maker/buildrootfs.sh | 4 |
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 |