diff options
Diffstat (limited to 'packages/torouter-prep/src')
-rwxr-xr-x | packages/torouter-prep/src/torouter_preboot.sh | 2 |
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 |