This file contains hidden or 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
| # 1. Install from NetInst CD, via Ethernet, minimal set of packages, use syslinux boot loader! | |
| # 2. Initialize Pacman, hit random keys during init | |
| pacman-key --init | |
| pacman-key --populate archlinux | |
| # 3. Install X and Awesome WM | |
| pacman -Sy xorg-server xorg-xinit xorg-utils xorg-server-utils xterm awesome xf86-video-vesa | |
| # 4. Install nvidia drivers |
OlderNewer