From 4709c2477b3ffa050a2080febb648a0a90e0b62c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 17:49:37 -0600 Subject: [PATCH] Update README about what the installer does --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1343ba0..218140c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ 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 root partition at `/dev/***2`. +- Create a encryted 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. - Install systemd-boot. @@ -42,7 +42,6 @@ The following will happen: ## Roadmap -- [ ] Encrypt /root - [ ] # Possible Ideas