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

42 lines
837 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
- Minimal dependencies.
- LUKS and/or LVM support.
- Btrfs and subvolume support.
- Full device auto partitioning.
- Mirror country selection and sorting.
- Self updating with persistent settings.
- Background base install process while you customize.
- Choose kernel, file system, bootloader, packages, sessions, shell, login manager, etc.
2018-07-18 19:50:37 -05:00
2018-07-18 19:52:06 -05:00
#### Requirements
- `awk`
- `sed`
- `curl`
- `dialog`
- `parted`
- `coreutils`
- `findutils`
- `util-linux`
- `arch-install-scripts`
#### Manual Installation
```
curl -fSL https://bitbucket.org/archlabslinux/installer/raw/master/installer -o /usr/bin/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