Created
July 14, 2012 14:18
-
-
Save calvinchengx/3111556 to your computer and use it in GitHub Desktop.
Arch Linux base set-up
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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