Disable ntpd on release image.

pull/196/head
Christopher Young 2016-01-07 10:28:24 -05:00
rodzic cf0296d77f
commit 43ac4e8236
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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