mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-24 07:02:01 +00:00
Quick, rough draft of docs
This commit is contained in:
5
docs/usage.md
Normal file
5
docs/usage.md
Normal 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.
|
||||
Reference in New Issue
Block a user