Compare commits
No commits in common. "master" and "2.1.4" have entirely different histories.
40
README.md
40
README.md
@ -1,35 +1,31 @@
|
|||||||
# ArchLabs Installer
|
# ArchLabs Installer
|
||||||
|
|
||||||
Shell script to install Arch Linux based distributions with a focus on customization
|
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
||||||
- Minimal dependencies.
|
- LUKS/LVM setup
|
||||||
- LUKS and/or LVM support.
|
- Package & Session selection
|
||||||
- Btrfs and subvolume support.
|
- Full device auto partition
|
||||||
- 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.
|
|
||||||
|
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
- `awk`
|
- `dialog` displays user interactive dialogs.
|
||||||
- `sed`
|
- `rsync` copies the live base during install.
|
||||||
- `curl`
|
- `parted` partition management and querying info.
|
||||||
- `bash`
|
- `arch-install-scripts` simple chroot setup with arch-chroot
|
||||||
- `dialog`
|
- `awk`, `sed`, `curl`, `coreutils`, `findutils`, `util-linux` misc tasks throughout the install.
|
||||||
- `parted`
|
|
||||||
- `coreutils`
|
|
||||||
- `findutils`
|
|
||||||
- `util-linux`
|
|
||||||
- `arch-install-scripts`
|
|
||||||
|
|
||||||
|
|
||||||
#### Manual Installation
|
#### 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
2594
archlabs-installer
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user