diff --git a/README.md b/README.md index 2cf50eb..638a9ca 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This installer does the following at it's core: - Partition the drive of your choice - Installs a base of NixOS +- Installs Plasma +- Installs needed packages Tested on the following drives: - SATA @@ -32,8 +34,9 @@ The following will happen: - Clear partition table for `/dev/***`. - Creates a GPT partition table for `/dev/***`. - Create a +512M EFI partiton at `/dev/***1`. -- Create a encrypted root partition at `/dev/***2`. -- Create a swap partition at `/dev/***3` with the choice to set it as the same size as the RAM. +- Create a encrypted LVM at `/dev/***2`. +- Create a swap partition in the LVM with the choice to set it as the same size as the RAM. +- Create a root partition in the LVM. - Install systemd-boot. ## After Installation ...