mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
Update README.md
This commit is contained in:
parent
9e2997b17f
commit
395387d13d
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,11 @@ At the core of this installer it does the following:
|
|||
- Installs Plasma
|
||||
- Installs needed packages
|
||||
|
||||
Files:
|
||||
|
||||
- `configuration.nix` : This is the main file for the base system including some applications that I use
|
||||
- `plasma.nix` : This file is for the desktop, login manager and other KDE applications
|
||||
|
||||
Tested on the following drives:
|
||||
- SATA
|
||||
- NVMe
|
||||
|
@ -43,7 +48,7 @@ The following will happen:
|
|||
- Creates a GPT partition table for `/dev/***`.
|
||||
- Create a +512M EFI partiton at `/dev/***1`.
|
||||
- Create a encrypted LVM at `/dev/***2`.
|
||||
- Create a swap partition in the LVM and sets it as the same size as the RAM for hibernation.
|
||||
- Create a swap partition in the LVM and sets it as the same size as the RAM for hibernation if requested.
|
||||
- Create a root partition in the LVM.
|
||||
- Install systemd-boot.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue