HowTo Install Arch Linux: Difference between revisions

From Pumping Station One
Line 49: Line 49:
</syntaxhighlight>
</syntaxhighlight>


 
Set time Timezonezo
Fix the timezone settings
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
unlink /etc/localtime
ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
</syntaxhighlight>
</syntaxhighlight>