Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: dcbdbis on 22 September 2019, 19:45:22

Title: Installation Guide Timezone Omission
Post by: dcbdbis on 22 September 2019, 19:45:22
Easy fix.

The installation guide doesn't include timezone settings. Simple human omission, 15 second fix.

From the Arch wiki:

Quote
Time zone

Set the time zone:

# ln -sf /usr/share/zoneinfo/Region/City /etc/localtime

Run hwclock to generate /etc/adjtime:

# hwclock --systohc

This command assumes the hardware clock is set to UTC. See System time#Time standard for details.


FYI,


Dave
Title: Re: Installation Guide Timezone Omission
Post by: nous on 23 September 2019, 12:44:42
Wiki updated, cheers!