Arch Linux Pacman
before using pacman to get packages for the first time, you need to synchronise your local package database with that of a server:
pacman -Sy
before using pacman to get packages for the first time, you need to synchronise your local package database with that of a server:
pacman -Sy
Apparantly Kernel 2.6.20 and above now name all ide hardrives as sd* devices rather than hd*. eg. sda1, sda2, sdb1, sdb2, etc. That threw me off for a while.
Also, if you if you use XFS as your root filesystem, you have to specify it as a module when you are configuring the kernel. The default kernel doesn’t have built in support for it, and the module is not added automatically. It would’ve been nice, if it mentioned it somewhere during the installation steps… or better still automatically included based on your previous choices.