mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update README.md
This commit is contained in:
parent
450ec66f94
commit
6d3ac07511
1 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,8 @@ This installer does the following at it's core:
|
||||||
|
|
||||||
- Partition the drive of your choice
|
- Partition the drive of your choice
|
||||||
- Installs a base of NixOS
|
- Installs a base of NixOS
|
||||||
|
- Installs Plasma
|
||||||
|
- Installs needed packages
|
||||||
|
|
||||||
Tested on the following drives:
|
Tested on the following drives:
|
||||||
- SATA
|
- SATA
|
||||||
|
@ -32,8 +34,9 @@ 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 encrypted root partition at `/dev/***2`.
|
- Create a encrypted LVM 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 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.
|
- Install systemd-boot.
|
||||||
|
|
||||||
## After Installation ...
|
## After Installation ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue