diff options
Diffstat (limited to 'freedom-maker/buildrootfs.sh')
-rwxr-xr-x | freedom-maker/buildrootfs.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/freedom-maker/buildrootfs.sh b/freedom-maker/buildrootfs.sh index 856f49f..10ba598 100755 --- a/freedom-maker/buildrootfs.sh +++ b/freedom-maker/buildrootfs.sh @@ -104,14 +104,6 @@ rsync -av $source/ $target # add extra packages to the image bin/packages -# torouter! -echo "Explicitly copying some torouter files..." -# TODO: these should be redundant -# 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 - # cleanup and finalize the image so it boots correctly. echo "Finalizing..." bin/finalize |