Install Base System
-
Install packages
CAUTION: Be sure to replace
amd-ucode
withintel-ucode
if you're on Intel!ATTENTION: If you've chosen to use LUKS disk encryption make sure to include the
cryptsetup
package!pacstrap /mnt base linux linux-firmware amd-ucode btrfs-progs dosfstools lvm2 nano networkmanager
-
Generate
fstab
genfstab -U /mnt >> /mnt/etc/fstab
-
chroot
into installationarch-chroot /mnt