Make chrony not slew too fast and prefer jumping
This makes it so we won't see large time slews and therefore won't
create logs we don't know how to read.
Change-Id: I506d6d96d48f71991bf405bdae4b91c0703f631b
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/rockpi/build_rootfs.sh b/frc971/rockpi/build_rootfs.sh
index 2e16419..2b223a6 100755
--- a/frc971/rockpi/build_rootfs.sh
+++ b/frc971/rockpi/build_rootfs.sh
@@ -229,6 +229,7 @@
copyfile root.root 644 etc/udev/rules.d/99-usb-mount.rules
copyfile root.root 644 etc/udev/rules.d/99-adis16505.rules
copyfile root.root 644 etc/udev/rules.d/99-mali.rules
+copyfile root.root 644 etc/chrony/chrony.conf
target "apt-get update"