Extend README

This commit is contained in:
Andreas Zweili 2022-11-12 01:42:16 +01:00
parent 13bc9747e0
commit cdbf8628e9
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ However this requires some prerequisites.
4. After you've booted the Pi get the new SSH key with `ssh-keyscan
hostname.custom.domain` and add it to `scrts/secrets.nix`.
5. Then login into the new Pi and mount the `FIRMWARE` partition with
`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)
`sudo mkdir -p /mnt && 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)
## x86 installation