diff options
-rw-r--r-- | recipes-core/multitech/config/config-mths/default/dnsmasq | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes-core/multitech/config/config-mths/default/dnsmasq b/recipes-core/multitech/config/config-mths/default/dnsmasq index d48c464..a27c1c6 100644 --- a/recipes-core/multitech/config/config-mths/default/dnsmasq +++ b/recipes-core/multitech/config/config-mths/default/dnsmasq @@ -1,16 +1,10 @@ ENABLED="yes" -# dnsmasq configuration is used a hook to further -# configure the system. Since we don't want any factory -# settings, we remove the WiFi tarball with saved -# wifi related settings. - # This configuration is for manufacturing test. # Factory resets should not put back wifi defaults. if [[ -f /var/config/.defaults2.tar.gz ]] ; then rm /var/config/.defaults2.tar.gz fi -# letting ntpd start is a waste of time. The factory -# tests do not use NTP. +# Stop ntpd. ntpd default is in root. sed -i 's/ENABLED="yes"/ENABLED="no"/' /etc/default/ntpd |