docs: Update documentation for clan machines install --target-host

This commit is contained in:
a-kenji
2024-11-10 18:18:20 +01:00
parent 23d0e2f115
commit 9414bcc1fd
2 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ This process involves preparing a suitable hardware and disk partitioning config
1. **SSH with Password Authentication**
Run the following command to install using SSH:
```bash
clan machines install [MACHINE] <IP>
clan machines install [MACHINE] --target-host <IP>
```
2. **Scanning a QR Code for Installation Details**
@@ -133,7 +133,7 @@ This process involves preparing a suitable hardware and disk partitioning config
Replace `<target_host>` with the **target computers' ip address**:
```bash
clan machines install [MACHINE] <target_host>
clan machines install [MACHINE] --target-host <target_host>
```

View File

@@ -96,7 +96,7 @@ blkdiscard /dev/disk/by-id/nvme-eui.002538b931b59865
4. Run the `clan` machine installation with the following command:
```bash
clan machines install gchq-local root@nixos-installer --yes --no-reboot
clan machines install gchq-local --target-host root@nixos-installer --yes --no-reboot
```
### Step 2: ZFS Pool Import and System Installation