From 2b30e84f7f405a6951d486293708e1a2159cdb78 Mon Sep 17 00:00:00 2001 From: ficus Date: Thu, 27 Sep 2012 17:20:25 +0200 Subject: install config files as root, not torouter user --- freedom-maker/buildrootfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freedom-maker') 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 -- cgit v1.2.3