The ArchLabs installer script, preserved post-mortem
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.
Go to file
natemaia 536ee44062 Various changes and tweaks
- merge select_efi_part and select_boot_part
- quote paths that might be changed or contain a space
- only use AUTO_BOOT_PART when not using lvm or luks
- strip small/large partitions from the list for swap selection
- more info during install as to what is being done
- add more error checking to various places
- revert the syslinux fancy menu removal
- add xterm to BASE_PACKAGES, to be installed regardless
- simplify the script in various places
2019-10-18 19:52:39 -07:00
archlabs-installer Various changes and tweaks 2019-10-18 19:52:39 -07:00
README.md Update readme 2019-10-06 04:56:24 -07:00

ArchLabs Installer

Features

  • LUKS/LVM setup
  • Package & Session selection
  • Full device auto partition
  • Partition resize with filesystem shrink (ext and ntfs only)

Requirements

  • dialog displays user interactive dialogs.
  • rsync copies the live base during install.
  • parted partition management and querying info.
  • arch-install-scripts simple chroot setup with arch-chroot
  • awk, sed, curl, coreutils, findutils, util-linux misc tasks throughout the install.

Manual Installation

curl -fSL https://bitbucket.org/archlabslinux/installer/raw/master/archlabs-installer -o /usr/bin/archlabs-installer

A packaged version can also be found in our repos: