diff --git a/rootfs-builder/rootfs.sh b/rootfs-builder/rootfs.sh index 818dcc207..2006fb242 100755 --- a/rootfs-builder/rootfs.sh +++ b/rootfs-builder/rootfs.sh @@ -460,7 +460,12 @@ if [ ${distro} == ubuntu ] || [ ${distro} == debian ] ; then fi info "Configure chrony file ${chrony_conf_file}" -echo "refclock PHC /dev/ptp0 poll 3 dpoll -2 offset 0" >> ${chrony_conf_file} +cat >> "${chrony_conf_file}" <