Locale & Time
In this section we setup the system language, clock and time-zone.
- Set timezone:
timedatectl set-timezone Europe/Stockholm
- Replace
Europe/Stockholm
with your time-zone
- Replace
- Correct time and sync the system clock:
hwclock --systohc
- Set locale:
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
- Generate locale:
locale-gen