aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-12 11:33:14 +0300
committerCem Keylan <cem@ckyln.com>2020-01-12 11:33:14 +0300
commit91fb31e5fd08c0ae5f27f79ca74ce175c298e728 (patch)
tree12c0f9f2670502227c506461b8919b07682f9361 /core/busybox/build
parent48e3e9d28a92f76412f33357db02dc86b64f55a4 (diff)
downloadrepository-91fb31e5fd08c0ae5f27f79ca74ce175c298e728.tar.gz
add default ntp configuration
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-xcore/busybox/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/busybox/build b/core/busybox/build
index 11f7c17b..e2f5cc32 100755
--- a/core/busybox/build
+++ b/core/busybox/build
@@ -36,3 +36,6 @@ install -Dm755 acpid.run "$1/etc/sv/acpid/run"
install -Dm755 crond.run "$1/etc/sv/crond/run"
ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise"
+
+# Install ntp config
+install -Dm644 ntp.conf "$1/etc/ntp.conf"