Arch Linux install script to install packages to the specified new root directory. More information: https://man.archlinux.org/man/pacstrap.8.
base
package, Linux kernel and firmware for common hardware:pacstrap {{path/to/new/root}} {{base}} {{linux}} {{linux-firmware}}
base
package, Linux LTS kernel and base-devel
build tools:pacstrap {{path/to/new/root}} {{base}} {{base-devel}} {{linux-lts}}
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}}
pacstrap -G {{path/to/new/root}} {{packages}}
pacstrap -i {{path/to/new/root}} {{packages}}
pacstrap -U {{path/to/new/root}} {{path/to/package1}} {{path/to/package2}}