From 6d3ac07511b848c847083ab6351f83f4c1dbe182 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 8 May 2022 21:32:08 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ...