archlinux

12 - Update the system clock

Previous: Connect to the network

References:


Check the system clock:

timedatectl status

The relevant output line is the following:

System clock synchronized: yes

If the command above returns no, then execute

systemctl restart systemd-networkd.service

This should fix the problem and synchronize the clock. Check the system clock again. The status should be yes.


Next: Install essential packages