32 lines
778 B
Markdown
32 lines
778 B
Markdown
# ArchLabs Installer
|
|
|
|
#### Features
|
|
|
|
- LUKS/LVM setup
|
|
- Package & Session selection
|
|
- Full device auto partition
|
|
|
|
#### 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:
|
|
|
|
- stable: https://bitbucket.org/archlabslinux/archlabs\_repo
|
|
|
|
- unstable: https://bitbucket.org/archlabslinux/archlabs\_unstable
|
|
|