mirror of https://github.com/parazyd/arm-sdk.git
replace openntpd with ntp
This commit is contained in:
parent
87e4a90817
commit
b7dc708178
2
config
2
config
|
|
@ -57,7 +57,7 @@ qemu_bin="/usr/bin/qemu-arm-static" # Devuan
|
||||||
|
|
||||||
|
|
||||||
## extra_packages for all images
|
## extra_packages for all images
|
||||||
extra_packages+=(fake-hwclock busybox-static openntpd)
|
extra_packages+=(fake-hwclock busybox-static ntp)
|
||||||
extra_packages+=(fbterm pciutils usbutils)
|
extra_packages+=(fbterm pciutils usbutils)
|
||||||
purge_packages+=()
|
purge_packages+=()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
# /etc/default/openntpd
|
|
||||||
|
|
||||||
# Append '-s' to set the system time when starting in case the offset
|
|
||||||
# between the local clock and the servers is more than 180 seconds.
|
|
||||||
# For other options, see man ntpd(8).
|
|
||||||
DAEMON_OPTS="-f /etc/openntpd/ntpd.conf -s"
|
|
||||||
Loading…
Reference in New Issue