archquick

archquick is a set of scripts to facilitate the process of quickly installing Arch Linux.

Quick start

To use the scripts run the following on a live Arch Linux environment:

$ pacman -Sy git
$ git clone --depth 1 https://github.com/seajee/archquick
$ cd archquick
$ ./install.sh

Post-install

The suggested post-install configuration steps are:

  • Configure the keymap for ttys via /etc/vconsole.conf

End result

The installation scripts follow every step of the Arch Linux installation guide with no extra steps or modifications.

After the setup finishes you'll have a very basic Arch Linux installation with just a root user and the only the necessary base packages installed.

Note:

  • The installed bootloader is GRUB.
  • The network configuration is done with NetworkManager.
Description
No description provided
Readme 56 KiB
Languages
Shell 100%