Skip to content

Commit

Permalink
Add the NTP.ORG ntp server pool as the first option (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelgurumeditation authored Feb 21, 2023
1 parent 4cef621 commit 10ca6a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ then
touch /tmp/once/etc/jsdlvr_first_boot_flag
echo "VendorClassIdentifier=globalping-probe" >> /tmp/once/lib/systemd/network/80-wired.network
echo "LLMNR=no" >> /tmp/once/etc/systemd/resolved.conf
echo "NTP=pool.ntp.org" >> /tmp/once/etc/systemd/timesyncd.conf
umount /tmp/once
echo "mkpart primary ext2 700MB 1200MB" | /usr/sbin/parted /dev/mmcblk0
sync
Expand Down

0 comments on commit 10ca6a0

Please sign in to comment.