[tor-commits] [torouter/master] add interfaces and module overrides

ioerror at torproject.org ioerror at torproject.org
Mon Aug 29 16:16:53 UTC 2011


commit d450147910a05d72b304cdfe2d449a65e7db41a3
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Mon Aug 29 18:16:46 2011 +0200

    add interfaces and module overrides
---
 freedom-maker/mk_dreamplug_rootfs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/freedom-maker/mk_dreamplug_rootfs b/freedom-maker/mk_dreamplug_rootfs
index a70f032..5f11bc9 100755
--- a/freedom-maker/mk_dreamplug_rootfs
+++ b/freedom-maker/mk_dreamplug_rootfs
@@ -115,6 +115,12 @@ allow-hotplug eth1
 iface eth1 inet dhcp
         " > $target/etc/network/interfaces
 
+# Override the above stuff - we know better
+cp ../packages/torouter-prep/configs/interfaces $target/etc/network/interfaces
+
+# Stop the libertas module from loading
+cp ../packages/torouter-prep/configs/modprobe.d-blacklist.conf $target/etc/modprobe.d/blacklist.conf
+
 # Setup nameserver (use OpenDNS by default)
 echo "nameserver 208.67.222.222
 nameserver 208.67.220.220" > $target/etc/resolv.conf



More information about the tor-commits mailing list