diff --git a/README.md b/README.md index fbebfbe..8b17cb4 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,21 @@ - LUKS/LVM setup - Package & Session selection - Full device auto partition +- Partition resize with filesystem shrink *(ext and ntfs only)* #### 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 ``` -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 ``` ---