From 6227eb6f634998ea3f7c0fd3378f195f9d16b3fe Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 29 Nov 2015 15:00:10 +0000 Subject: [PATCH] Install ntp in image --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 2a179bfa..76cfa3e4 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -341,7 +341,7 @@ fi chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential openssh-server chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping -chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man +chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp chroot "$rootdir" /bin/bash -x <