This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-installer/README.md

1.3 KiB

ArchLabs Installer

Features

  • Simple, easy to follow configuration.
  • Automatic partitioning for whole devices.
  • Translations for different languages.
  • No input halts during install.
  • Support for LUKS and/or LVM.
  • Built-in error detection.
  • Written entirely in Bash

Requirements

  • rsync for unpacking the squashfs.
  • dialog for all user input/output.
  • vim for editing files post install.
  • parted for partition creation.
  • wipe for the secure wipe.
  • awk sed grep uniq sort find ping mkfs lsblk curl.
  • arch-chroot to perform operations in a chroot.
  • chpasswd to set root and user passwords.
  • openssl to encrypt passwords.
  • Network connection is needed to install packages and update the system.

Manual Installation