Install Arch Linux packages in the specified new root directory. More information: https://manned.org/pacstrap.
base package, the Linux kernel and firmware for common hardware:pacstrap {{path/to/new/root}} {{base}} {{linux}} {{linux-firmware}}
base package, the Linux LTS kernel and base-devel build tools:pacstrap {{path/to/new/root}} {{base}} {{base-devel}} {{linux-lts}}
pacstrap -P {{path/to/new/root}} {{packages}}
pacstrap -M {{path/to/new/root}} {{packages}}
pacstrap -C {{path/to/pacman.conf}} {{path/to/new/root}} {{packages}}
pacstrap -c {{path/to/new/root}} {{packages}}
pacman keyring in the target without copying it from the host:pacstrap -K {{path/to/new/root}} {{packages}}
pacstrap -i {{path/to/new/root}} {{packages}}