Update README about what the installer does

This commit is contained in:
Aaron Honeycutt 2022-05-06 17:49:37 -06:00
parent c15be05712
commit 4709c2477b

View file

@ -32,7 +32,7 @@ The following will happen:
- Clear partition table for `/dev/***`. - Clear partition table for `/dev/***`.
- Creates a GPT partition table for `/dev/***`. - Creates a GPT partition table for `/dev/***`.
- Create a +512M EFI partiton at `/dev/***1`. - 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. - Create a swap partition at `/dev/***3` with the choice to set it as the same size as the RAM.
- Install systemd-boot. - Install systemd-boot.
@ -42,7 +42,6 @@ The following will happen:
## Roadmap ## Roadmap
- [ ] Encrypt /root
- [ ] - [ ]
# Possible Ideas # Possible Ideas