Update README

This commit is contained in:
Andreas Zweili 2022-09-16 12:47:10 +02:00
parent 1d52442f70
commit 5c76e59e69
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ However this requires some prerequisites.
- The VM runs UEFI. - The VM runs UEFI.
- You've set a password for the nixos user. - You've set a password for the nixos user.
1. `./scripts/install_new_vm.xsh` 1. `./scripts/install_new_vm.sh`
2. Provide the required information and wait until the script is finished. 2. Provide the required information and wait until the script is finished.
3. Reboot and profit! 3. Reboot and profit!
@ -30,6 +30,7 @@ However this requires some prerequisites.
8. `sudo nixos-rebuild switch` 8. `sudo nixos-rebuild switch`
9. Mount the `FIRMWARE` partition `sudo mount /dev/disk/by-label/FIRMWARE /mnt` 9. Mount the `FIRMWARE` partition `sudo mount /dev/disk/by-label/FIRMWARE /mnt`
and make sure that your `config.txt` looks like [./systems/raspi4/config.txt](./systems/raspi4/config.txt) and make sure that your `config.txt` looks like [./systems/raspi4/config.txt](./systems/raspi4/config.txt)
10. Install the system `./scripts/install_new_system.sh`
## x86 installation ## x86 installation