From 86ab91c3f7eb1bf8e7989d3793e37fa52741b892 Mon Sep 17 00:00:00 2001 From: ficus Date: Mon, 24 Sep 2012 16:23:04 +0200 Subject: moved most freedom-maker config to central config (excluding firstboot) --- freedom-maker/buildrootfs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'freedom-maker/buildrootfs.sh') 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 -- cgit v1.2.3