aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/src/torouter_preboot.sh
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-25 19:11:01 +0200
committerficus <ficus@robocracy.org>2012-09-25 19:11:01 +0200
commit846ee52dc6b9239173565a81d4fb756e6f26285f (patch)
tree7ea0dca2960ef48768d67e6b0e0adeb6cc6e4675 /packages/torouter-prep/src/torouter_preboot.sh
parentcc9809734fdbd6ea8601005d34b4efaf5b37baa4 (diff)
downloadtorouter-846ee52dc6b9239173565a81d4fb756e6f26285f.tar.gz
torouter-846ee52dc6b9239173565a81d4fb756e6f26285f.zip
various tweeks
- remove torouter-tui dependancy from torouter-prep - split out dnsmasq config to per-interface files - clean up configs directory, moving misc temp files to /tmp
Diffstat (limited to 'packages/torouter-prep/src/torouter_preboot.sh')
-rwxr-xr-xpackages/torouter-prep/src/torouter_preboot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/torouter-prep/src/torouter_preboot.sh b/packages/torouter-prep/src/torouter_preboot.sh
index d179581..404ce83 100755
--- a/packages/torouter-prep/src/torouter_preboot.sh
+++ b/packages/torouter-prep/src/torouter_preboot.sh
@@ -34,6 +34,8 @@ cp $config_dir/etc/network/interfaces /etc/network/interfaces
# Configure dnsmasq
cp $config_dir/etc/dnsmasq.conf /etc/dnsmasq.conf
+mkdir -p /etc/dnsmasq.d
+cp $config_dir/etc/dnsmasq.d/* /etc/dnsmasq.d/
# Configure ntp
cp $config_dir/etc/ntp.conf /etc/ntp.conf