Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save calvinchengx/3111556 to your computer and use it in GitHub Desktop.
Save calvinchengx/3111556 to your computer and use it in GitHub Desktop.
Arch Linux base set-up
pacman -Syy --noconfirm
(echo n; echo Y) | pacman -S haveged
(echo n; echo Y) | pacman -S glibc --force
pacman -S pacman --noconfirm
haveged -w 1024
pacman-key --init
pacman-key --populate archlinux # Manual intervention required
pkill haveged
pacman -Rs haveged --noconfirm
pacman -S base-devel --noconfirm
rm /etc/profile.d/locale.sh
pacman -Syu --ignore filesystem --noconfirm && rm -rf /var/run /var/lock && pacman -S filesystem --noconfirm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment