From 9270711ada668e3ae9fde603bce9099c9bbee844 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 1 Nov 2018 13:57:34 +0100 Subject: added cert.pem when installing ntp (otherwise we get an unveil error and a daemon not starting --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index f288de8..54acec8 100755 --- a/build.sh +++ b/build.sh @@ -313,6 +313,8 @@ fi # synchronizing time is always a good idea if test -f config/$HOSTNAME/ntpd.conf; then + mkdir $MOUNTPOINT/etc/ssl + cp -R /etc/ssl/cert.pem $MOUNTPOINT/etc/ssl/. cp -R config/$HOSTNAME/ntpd.conf $MOUNTPOINT/etc/. cp -R /usr/sbin/ntpctl $MOUNTPOINT/usr/sbin/. cp -R /usr/sbin/ntpd $MOUNTPOINT/usr/sbin/. -- cgit v1.2.3-54-g00ecf