docs: Update documentation for clan machines install --target-host
This commit is contained in:
@@ -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>
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user