Update README.md

This commit is contained in:
Aaron Honeycutt 2022-05-08 21:32:08 +00:00
parent 450ec66f94
commit 6d3ac07511

View file

@ -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 ...