From 846ee52dc6b9239173565a81d4fb756e6f26285f Mon Sep 17 00:00:00 2001 From: ficus Date: Tue, 25 Sep 2012 19:11:01 +0200 Subject: 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 --- packages/torouter-prep/src/torouter_preboot.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/torouter-prep/src/torouter_preboot.sh') 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 -- cgit v1.2.3