Install Base System
Install Packages
pacstrap /mnt \
\
# Base System
base \
base-devel \
linux \
linux-firmware \
amd-ucode \
\
# File System Tooling
btrfs-progs \
dosfstools \
exfatprogs \
f2fs-tools \
gpart \
jfsutils \
mtools \
nilfs-utils \
ntfs-3g \
reiserfsprogs \
udftools \
xfsprogs \
lvm2 \
cryptsetup \
\
# Base Tooling
zsh \
nano \
man \
rsync \
git \
go \
\
# Capabilities
networkmanager \
crda \
firewalld \
systemd-swap \
bluez \
bluez-utils \
\
# Snapshots
snapper \
snap-pac \
\
# System Info Tools
lshw \
inxi \
fwupd \
cpupower \
htop \
radeontop \
Generate fstab
genfstab -U /mnt >> /mnt/etc/fstab
chroot
into installation
arch-chroot /mnt