From 43ac4e82368aa5e3ab3622a3e92ebc1b049a8b16 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Thu, 7 Jan 2016 10:28:24 -0500 Subject: [PATCH] Disable ntpd on release image. --- image/spindle/wheezy-stage4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/spindle/wheezy-stage4 b/image/spindle/wheezy-stage4 index d372e81a..85e6090d 100755 --- a/image/spindle/wheezy-stage4 +++ b/image/spindle/wheezy-stage4 @@ -41,6 +41,8 @@ apt-get install -y tcpdump #wifi startup update-rc.d hostapd enable update-rc.d isc-dhcp-server enable +#disable ntpd autostart +update-rc.d ntp disable EOF scp_in_to_qemu /root/spindle/hostapd-edimax /tmp/hostapd.in