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

32 lines
778 B
Markdown
Raw Normal View History

2018-07-18 19:50:37 -05:00
# ArchLabs Installer
2018-07-18 19:52:06 -05:00
#### Features
- LUKS/LVM setup
- Package & Session selection
- Full device auto partition
2018-07-18 19:50:37 -05:00
2018-07-18 19:52:06 -05:00
#### Requirements
2019-10-06 06:56:24 -05:00
- `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
```
2019-10-06 06:56:24 -05:00
curl -fSL https://bitbucket.org/archlabslinux/installer/raw/master/archlabs-installer -o /usr/bin/archlabs-installer
```
2019-01-13 21:42:44 -06:00
---
2019-03-11 03:52:49 -05:00
A packaged version can also be found in our repos:
2019-03-11 03:52:49 -05:00
- stable: https://bitbucket.org/archlabslinux/archlabs\_repo
- unstable: https://bitbucket.org/archlabslinux/archlabs\_unstable
2018-07-18 19:50:37 -05:00