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

34 lines
842 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
- Full device auto partition
- Package selection
- Error detection
- Written in Bash
- Fast Install _(~6min)_
2018-07-18 19:50:37 -05:00
2018-07-18 19:52:06 -05:00
#### Requirements
- `coreutils`
2019-01-12 02:54:03 -06:00
- `parted` for partition creation.
- `rsync` for unpacking the squashfs.
- `dialog` for all user input/output.
- `vim` for editing files post install.
- `chpasswd` to set root and user passwords.
2019-01-12 02:54:03 -06:00
- `curl` for network check and mirrorlist download
- `arch-chroot` to perform operations in a chroot.
#### Manual Installation
```
sh -c "$(curl -fsSL https://bitbucket.org/archlabslinux/installer/raw/master/install.sh)"
```
---
A packaged version can also be found in our repos:
[stable](https://bitbucket.org/archlabslinux/archlabs_repo/src/master/x86_64/)
[unstable](https://bitbucket.org/archlabslinux/archlabs_unstable/src/master/x86_64/)
2018-07-18 19:50:37 -05:00