add documentation how to connect to installer.

This commit is contained in:
Jörg Thalheim
2024-12-11 21:42:18 +01:00
parent 7b50fc4982
commit edbe87f841

View File

@@ -67,6 +67,13 @@ sudo umount /dev/sdb1
--ssh-pubkey <pubkey_path> --ssh-pubkey <pubkey_path>
``` ```
If you do not have an ssh key yet, you can generate one with `ssh-keygen -t ed25519` command. If you do not have an ssh key yet, you can generate one with `ssh-keygen -t ed25519` command.
This ssh key will be installed into the root user.
- **Connect to the installer
On boot, the installer will display on-screen the IP address it received from the network.
If you need to configure Wi-Fi first, refer to the next section.
If Multicast-DNS (Avahi) is enabled on your own machine, you can also access the installer using the `flash-installer.local` address.
- **List Keymaps**: - **List Keymaps**:
You can get a list of all keymaps with the following command: You can get a list of all keymaps with the following command:
@@ -128,6 +135,12 @@ sudo umount /dev/sdb1
sudo dd bs=4M conv=fsync status=progress if=./nixos-installer-x86_64-linux.iso of=/dev/sd<X> sudo dd bs=4M conv=fsync status=progress if=./nixos-installer-x86_64-linux.iso of=/dev/sd<X>
``` ```
- **Connect to the installer
On boot, the installer will display on-screen the IP address it received from the network.
If you need to configure Wi-Fi first, refer to the next section.
If Multicast-DNS (Avahi) is enabled on your own machine, you can also access the installer using the `nixos-installer.local` address.
### Step 3: Boot From USB Stick ### Step 3: Boot From USB Stick
- To use, boot from the Clan USB drive with **secure boot turned off**. For step by step instructions go to [Disabling Secure Boot](../manual/secure-boot.md) - To use, boot from the Clan USB drive with **secure boot turned off**. For step by step instructions go to [Disabling Secure Boot](../manual/secure-boot.md)