From 06873b44498b6bf4d99875bcc36086c6a5b46a21 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Tue, 26 Apr 2022 15:55:09 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 753d6e4..d452475 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ sh install.sh ``` ### *There are now two additional versions of the script:* -- `install-btrfs.sh` - Installs Btrfs and uses subvolumes for /root and /home. +- `install-lvm.sh` - Installs using ext4 and uses LVM for /root and /home. - `install-grub.sh` - Installs using GRUB for legacy BIOS. ## All features: - Prompt for all user input at the start (hostname, username passwords). - Partitions a primary and a boot partition. - Encrypts the primary partition using LUKS. -- Creates LVM volumes for /root and /home with custom sizes. -- Creates ext4 filesystems for both partitions. +- Creates Btrfs filesystems with zstd compression. +- Creates Btrfs volumes for /root and /home with custom sizes. - Refreshes the latest mirror list. - Installs a base system (base linux linux-firmware lvm2 nano networkmanager sudo). - Installs very few additional packages (firefox konsole linux-zen)