Quick, rough draft of docs

This commit is contained in:
Cian Hughes
2023-11-06 16:27:35 +00:00
parent a01b89e47d
commit a42bc728f6
7 changed files with 147 additions and 0 deletions

5
docs/usage.md Normal file
View File

@@ -0,0 +1,5 @@
To create an install disk invoke the `create-ignition-disk` command. The tool will then prompt the user to input the required parameters. Alternatively, the parameters can be passed as command line arguments. The following example creates an install disk on `/dev/sdb` managed by the computer at `192.168.1.1`
```bash
node_deployer create-ignition-disk -d /dev/sdb -ip 192.168.1.1
```
The user will then be prompted to input a password and swarm token.