From 3f4484ee7b43922f2831e03f312d5b4927b7ad52 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 6 Oct 2019 04:56:24 -0700 Subject: [PATCH] Update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ``` ---