-
Notifications
You must be signed in to change notification settings - Fork 9
Initial setup
nabak edited this page Jul 3, 2022
·
2 revisions
initialize the pacman keyring and populate the Arch Linux ARM package signing keys:
pacman-key --init
pacman-key --populate archlinuxarm
timedatectl set-ntp true
ln -sf /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
hwclock --systohc
Edit /etc/locale.gen and uncomment en_US.UTF-8 UTF-8 and other needed locales. Generate the locales by running:
locale-gen
edit /etc/locale.conf
LANG=en_US.UTF-8
echo "hostname" > /etc/hostname