Update readme
This commit is contained in:
parent
7b63ddf59a
commit
3f4484ee7b
@ -5,16 +5,21 @@
|
|||||||
- LUKS/LVM setup
|
- LUKS/LVM setup
|
||||||
- Package & Session selection
|
- Package & Session selection
|
||||||
- Full device auto partition
|
- Full device auto partition
|
||||||
|
- Partition resize with filesystem shrink *(ext and ntfs only)*
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
`awk`, `sed`, `curl`, `vim`, `rsync`, `parted`, `dialog`, `coreutils`, `findutils`, `chpasswd`, `util-linux`, `arch-install-scripts`
|
- `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
|
#### Manual Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -fsSL https://bitbucket.org/archlabslinux/installer/raw/master/archlabs-installer -o /usr/bin/archlabs-installer
|
curl -fSL https://bitbucket.org/archlabslinux/installer/raw/master/archlabs-installer -o /usr/bin/archlabs-installer
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user