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