Update and clean up README

This commit is contained in:
Aaron Honeycutt 2023-01-16 13:38:48 -07:00
parent 8104975a06
commit 709a11d8bf

View file

@ -58,19 +58,28 @@ sh <(curl -L https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/install.sh)
The following will happen: The following will happen:
### x86_64 - main branch
- 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 1GB EFI partiton at `/dev/***1`. - Creates a 1GB EFI partiton at `/dev/***1`.
- Create a encrypted LVM at `/dev/***2`. - Creates 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 if requested. - Creates 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. - Creates a root partition in the LVM.
- Install systemd-boot*. - Installs systemd-boot
* Pinebook Pro is using GRUB currently and that is in the main-pbp branch ### ARM64 (Pinebook Pro) - main-pbp branch
- Clear partition table for `/dev/***`.
- Creates a GPT partition table for `/dev/***`.
- Creates a 1GB EFI partiton at `/dev/***1`.
- Creates a 4GB Swap partition at `/dev/***3`.
- Creates a root partition with the rest of the space at `/dev/***2`.
- Installs GRUB
## Roadmap ## Roadmap
- [ ] - [ ] Merge ARM64 and x86_64 together into one branch
# Possible Ideas # Possible Ideas