Package arch-install-scripts
Scripts to bootstrap Arch Linux distribution
https://github.com/archlinux/arch-install-scripts
A small suite of scripts aimed at automating some menial tasks when installing Arch Linux, most notably including actually performing the installation. To install and launch Arch in a container: pacman-key --init pacman-key --populate archlinux mkdir -p /var/lib/machines/arch pacstrap -G -M -i -c /var/lib/machines/arch base systemd-nspawn -bD /var/lib/machines/arch
Version: 28
System Administration | |
arch-chroot | enhanced chroot command |
genfstab | generate output suitable for addition to an fstab file |
pacstrap | install packages to the specified new root directory |