aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/buildrootfs.sh
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-24 16:23:04 +0200
committerficus <ficus@robocracy.org>2012-09-24 16:23:04 +0200
commit86ab91c3f7eb1bf8e7989d3793e37fa52741b892 (patch)
treeb9f1374384285e60991bc3b1e72816d2478f0a0b /freedom-maker/buildrootfs.sh
parent0f73849e28825353963a92b8a00ec3244935d878 (diff)
downloadtorouter-86ab91c3f7eb1bf8e7989d3793e37fa52741b892.tar.gz
torouter-86ab91c3f7eb1bf8e7989d3793e37fa52741b892.zip
moved most freedom-maker config to central config (excluding firstboot)
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