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
9e353184de
commit
c67b546b01
1 changed files with 0 additions and 48 deletions
48
README.md
48
README.md
|
@ -23,51 +23,3 @@ This sets the hashedPassword to my own so you will need to update it to match yo
|
|||
```bash
|
||||
mkpasswd -m sha-512
|
||||
```
|
||||
|
||||
## Get Started
|
||||
|
||||
Prerequisites:
|
||||
|
||||
- Prepare an installation medium.
|
||||
- Boot the live environment.
|
||||
- Connect to internet.
|
||||
|
||||
## Connect to internet
|
||||
|
||||
```sh
|
||||
> add_network
|
||||
0
|
||||
> set_network 0 ssid "myhomenetwork"
|
||||
OK
|
||||
> set_network 0 psk "mypassword"
|
||||
OK
|
||||
> set_network 0 key_mgmt WPA-PSK
|
||||
OK
|
||||
> enable_network 0
|
||||
OK
|
||||
```
|
||||
|
||||
https://nixos.org/manual/nixos/stable/index.html#sec-installation-booting-networking
|
||||
|
||||
## Start the installer
|
||||
|
||||
```sh
|
||||
sh <(curl -L https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/install.sh)
|
||||
```
|
||||
|
||||
The following will happen:
|
||||
|
||||
- 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 systemd-boot
|
||||
|
||||
## Roadmap
|
||||
|
||||
- [x] Merge ARM64 and x86_64 together into one branch
|
||||
|
||||
# Possible Ideas
|
||||
|
||||
- [ ] Install nix-channels such as `nixos-hardware` and `home-manager` after install.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue