Compare commits

..

No commits in common. "master" and "2.1.4" have entirely different histories.

3 changed files with 2612 additions and 3806 deletions

View File

@ -1,35 +1,31 @@
# ArchLabs Installer
Shell script to install Arch Linux based distributions with a focus on customization
#### Features
- Minimal dependencies.
- LUKS and/or LVM support.
- Btrfs and subvolume support.
- Full device auto partitioning.
- Mirror selection and sorting.
- Self updating with persistent settings.
- Base packages install in the background for faster installs.
- Choose your own kernel, file system, bootloader, packages, sessions, shell, login manager, etc.
- LUKS/LVM setup
- Package & Session selection
- Full device auto partition
#### Requirements
- `awk`
- `sed`
- `curl`
- `bash`
- `dialog`
- `parted`
- `coreutils`
- `findutils`
- `util-linux`
- `arch-install-scripts`
- `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/installer -o /usr/local/bin/installer
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:
- stable: https://bitbucket.org/archlabslinux/archlabs\_repo
- unstable: https://bitbucket.org/archlabslinux/archlabs\_unstable

2594
archlabs-installer Executable file

File diff suppressed because it is too large Load Diff

3784
installer

File diff suppressed because it is too large Load Diff